lsst.pipe.tasks gcf790cdeb6+441d86229e
Loading...
Searching...
No Matches
lsst.pipe.tasks.prettyPictureMaker._task.PrettyPictureStarFixerConfig Class Reference
Inheritance diagram for lsst.pipe.tasks.prettyPictureMaker._task.PrettyPictureStarFixerConfig:
lsst.pipe.tasks.prettyPictureMaker._task.PrettyPictureStarFixerConnections

Static Public Attributes

 brightnessThresh
 
 inputCoadd
 
 outputCoadd
 

Detailed Description

Definition at line 928 of file _task.py.

Member Data Documentation

◆ brightnessThresh

lsst.pipe.tasks.prettyPictureMaker._task.PrettyPictureStarFixerConfig.brightnessThresh
static
Initial value:
= Field[float](
doc="The flux value below which pixels with SAT or NO_DATA bits will be ignored"
)

Definition at line 929 of file _task.py.

◆ inputCoadd

lsst.pipe.tasks.prettyPictureMaker._task.PrettyPictureStarFixerConnections.inputCoadd
staticinherited
Initial value:
= Input(
doc=("Input coadd for which the background is to be removed"),
name="pretty_picture_coadd_bg_subtracted",
storageClass="ExposureF",
dimensions=("tract", "patch", "skymap", "band"),
multiple=True,
)

Definition at line 912 of file _task.py.

◆ outputCoadd

lsst.pipe.tasks.prettyPictureMaker._task.PrettyPictureStarFixerConnections.outputCoadd
staticinherited
Initial value:
= Output(
doc="The coadd with the background fixed and subtracted",
name="pretty_picture_coadd_fixed_stars",
storageClass="ExposureF",
dimensions=("tract", "patch", "skymap", "band"),
multiple=True,
)

Definition at line 919 of file _task.py.


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