lsst / cell_coadds

LSST Data Management: Data Structures defining the cell-based coadds
GNU General Public License v3.0
2 stars 0 forks source link

Add method to SingleCellCoadd that constructs the MaskedImage with psf #23

Open esheldon opened 1 year ago

esheldon commented 1 year ago

https://github.com/lsst/cell_coadds/blob/88a373ac7738320530baad8b2eeedd49f9e93fcc/python/lsst/cell_coadds/_single_cell_coadd.py#L40

Downstream codes need a MaskedImage with PSF, correct wcs etc.

We need the same for the noise realizations and mfrac image

esheldon commented 1 year ago

I mean Exposure not MaskedImage