sf_deconvolve module

SF_DECONVOLVE

This module is executable and contains methods for deconvolving a set of observed galaxy images.

Author:Samuel Farrens <samuel.farrens@gmail.com>
Version:4.3
Date:23/10/2017

Notes

This code implements equations 8 and 17 from [F2017].

sf_deconvolve.check_psf(data, log)[source]

Check PSF

This method checks that the input PSFs are properly normalised and updates the opts namespace with the PSF type

Parameters:
  • data (np.ndarray) – Input data array
  • log (logging.Logger) – Log instance
sf_deconvolve.main(args=None)[source]
sf_deconvolve.run_script(log)[source]

Run script

This method runs the script.

Parameters:log (logging.Logger) – Log instance
sf_deconvolve.set_out_string()[source]

Set output string

This method checks if an output string has been specified and if not creates and ouput string from the input string and the mode