buildMonochromaticObservation¶
- lsst.meas.extensions.scarlet.buildMonochromaticObservation(modelPsf: ndarray, observedPsf: ndarray, footprint: Footprint | None = None, imageForRedistribution: MaskedImage | Exposure | None = None) Observation ¶
Create a single-band observation for the entire image
- Parameters:
- modelPsf
The 2D model of the PSF.
- observedPsf
The observed PSF model for the catalog.
- footprint
The footprint of the source, used for masking out the model.
- imageForRedistribution:
The image that is the source for flux re-distribution. If
imageForRedistribution
isNone
then flux re-distribution is not performed.
- Returns:
- observation
scarlet.lite.Observation
The observation for the entire image
- observation