Definition at line 871 of file _task.py.
◆ inputCoadd
| lsst.pipe.tasks.prettyPictureMaker._task.PrettyPictureStarFixerConnections.inputCoadd |
|
static |
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 875 of file _task.py.
◆ outputCoadd
| lsst.pipe.tasks.prettyPictureMaker._task.PrettyPictureStarFixerConnections.outputCoadd |
|
static |
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 882 of file _task.py.
The documentation for this class was generated from the following file:
- python/lsst/pipe/tasks/prettyPictureMaker/_task.py