lsst.pipe.tasks g29320951ab+500695df56
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
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

Static Public Attributes

 coadd
 
 cat_meas
 
 cat_output
 

Detailed Description

Definition at line 55 of file fit_coadd_psf.py.

Member Data Documentation

◆ 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 66 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 72 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.


The documentation for this class was generated from the following file: