lsst.pipe.tasks gc8e401de96+03fd671baa
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 53 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 64 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 70 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 58 of file fit_coadd_psf.py.


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