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

Static Public Attributes

 use_cell_coadds
 
 fit_coadd_psf
 
 idGenerator = SkyMapIdGeneratorConfig.make_field()
 
 coadd
 
 coadd_cell
 
 background
 
 cat_meas
 
 cat_output
 

Detailed Description

Configure a CoaddPsfFitTask, including a configurable fitting subtask.

Definition at line 155 of file fit_coadd_psf.py.

Member Data Documentation

◆ background

lsst.pipe.tasks.fit_coadd_psf.CoaddPsfFitConnections.background
staticinherited
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
staticinherited
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
staticinherited
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
staticinherited
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
staticinherited
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.

◆ fit_coadd_psf

lsst.pipe.tasks.fit_coadd_psf.CoaddPsfFitConfig.fit_coadd_psf
static
Initial value:
= pexConfig.ConfigurableField(
target=CoaddPsfFitSubTask,
doc="Task to fit PSF models for a single coadd",
)

Definition at line 166 of file fit_coadd_psf.py.

◆ idGenerator

lsst.pipe.tasks.fit_coadd_psf.CoaddPsfFitConfig.idGenerator = SkyMapIdGeneratorConfig.make_field()
static

Definition at line 170 of file fit_coadd_psf.py.

◆ use_cell_coadds

lsst.pipe.tasks.fit_coadd_psf.CoaddPsfFitConfig.use_cell_coadds
static
Initial value:
= pexConfig.Field(
dtype=bool,
default=False,
doc="Use cell coadd images for PSF fitting",
)

Definition at line 161 of file fit_coadd_psf.py.


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