lsst.pipe.tasks g540474b770+e939cf0e26
Loading...
Searching...
No Matches
lsst.pipe.tasks.fit_coadd_psf.CoaddPsfFitConnections Class Reference
Inheritance diagram for lsst.pipe.tasks.fit_coadd_psf.CoaddPsfFitConnections:
lsst.pipe.tasks.fit_coadd_psf.CoaddPsfFitConfig

Public Member Functions

 __init__ (self, *, config=None)
 

Static Public Attributes

 coadd
 
 coadd_cell
 
 background
 
 cat_meas
 
 cat_output
 

Detailed Description

Definition at line 55 of file fit_coadd_psf.py.

Constructor & Destructor Documentation

◆ __init__()

lsst.pipe.tasks.fit_coadd_psf.CoaddPsfFitConnections.__init__ ( self,
* ,
config = None )

Definition at line 91 of file fit_coadd_psf.py.

Member Data Documentation

◆ 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: