Definition at line 1022 of file _task.py.
◆ inputRGB
| lsst.pipe.tasks.prettyPictureMaker._task.PrettyMosaicConnections.inputRGB |
|
static |
Initial value:= Input(
doc="Individual RGB images that are to go into the mosaic",
name="rgb_picture",
storageClass="ColorImage",
dimensions=("tract", "patch", "skymap"),
multiple=True,
deferLoad=True,
)
Definition at line 1023 of file _task.py.
◆ inputRGBMask
| lsst.pipe.tasks.prettyPictureMaker._task.PrettyMosaicConnections.inputRGBMask |
|
static |
Initial value:= Input(
doc="Individual RGB images that are to go into the mosaic",
name="rgb_picture_mask",
storageClass="Mask",
dimensions=("tract", "patch", "skymap"),
multiple=True,
deferLoad=True,
)
Definition at line 1039 of file _task.py.
◆ outputRGBMosaic
| lsst.pipe.tasks.prettyPictureMaker._task.PrettyMosaicConnections.outputRGBMosaic |
|
static |
Initial value:= Output(
doc="A RGB mosaic created from the input data stored as a 3d array",
name="rgb_mosaic",
storageClass="ColorImage",
dimensions=("tract", "skymap"),
)
Definition at line 1048 of file _task.py.
◆ skyMap
| lsst.pipe.tasks.prettyPictureMaker._task.PrettyMosaicConnections.skyMap |
|
static |
Initial value:= Input(
doc="The skymap which the data has been mapped onto",
storageClass="SkyMap",
name=BaseSkyMap.SKYMAP_DATASET_TYPE_NAME,
dimensions=("skymap",),
)
Definition at line 1032 of file _task.py.
The documentation for this class was generated from the following file:
- python/lsst/pipe/tasks/prettyPictureMaker/_task.py