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.
run_script
(log)[source]¶ Run script
This method runs the script.
Parameters: log (logging.Logger) – Log instance