Definition at line 55 of file fit_coadd_psf.py.
◆ __init__()
| lsst.pipe.tasks.fit_coadd_psf.CoaddPsfFitConnections.__init__ |
( |
| self, |
|
|
* | , |
|
|
| config = None ) |
◆ background
| lsst.pipe.tasks.fit_coadd_psf.CoaddPsfFitConnections.background |
|
static |
Initial value:= cT.Input(
doc="Background model to subtract from the coadd_cell",
name="{name_coadd}Coadd_calexp_background",
storageClass="Background",
dimensions=("tract", "patch", "band", "skymap"),
)
Definition at line 72 of file fit_coadd_psf.py.
◆ cat_meas
| lsst.pipe.tasks.fit_coadd_psf.CoaddPsfFitConnections.cat_meas |
|
static |
Initial value:= cT.Input(
doc="Deblended single-band source catalog",
name="{name_coadd}Coadd_meas",
storageClass="SourceCatalog",
dimensions=("tract", "patch", "band", "skymap"),
)
Definition at line 78 of file fit_coadd_psf.py.
◆ cat_output
| lsst.pipe.tasks.fit_coadd_psf.CoaddPsfFitConnections.cat_output |
|
static |
Initial value:= cT.Output(
doc="Output PSF fit parameter catalog",
name="{name_coadd}Coadd_psfs_{name_output_method}",
storageClass="ArrowTable",
dimensions=("tract", "patch", "band", "skymap"),
)
Definition at line 84 of file fit_coadd_psf.py.
◆ coadd
| lsst.pipe.tasks.fit_coadd_psf.CoaddPsfFitConnections.coadd |
|
static |
Initial value:= cT.Input(
doc="Coadd image to fit a PSF model to",
name="{name_coadd}Coadd_calexp",
storageClass="ExposureF",
dimensions=("tract", "patch", "band", "skymap"),
)
Definition at line 60 of file fit_coadd_psf.py.
◆ coadd_cell
| lsst.pipe.tasks.fit_coadd_psf.CoaddPsfFitConnections.coadd_cell |
|
static |
Initial value:= cT.Input(
doc="Cell-coadd image to fit a PSF model to",
name="{name_coadd}CoaddCell",
storageClass="MultipleCellCoadd",
dimensions=("tract", "patch", "band", "skymap"),
)
Definition at line 66 of file fit_coadd_psf.py.
The documentation for this class was generated from the following file: