Definition at line 1056 of file _task.py.
◆ binFactor
| lsst.pipe.tasks.prettyPictureMaker._task.PrettyMosaicConfig.binFactor = Field[int](doc="The factor to bin by when producing the mosaic") |
|
static |
◆ doDCID65Convert
| lsst.pipe.tasks.prettyPictureMaker._task.PrettyMosaicConfig.doDCID65Convert = Field[bool]("Force the output to be converted from display p3 to DCI-D65 colorspace.") |
|
static |
◆ inputRGB
| lsst.pipe.tasks.prettyPictureMaker._task.PrettyMosaicConnections.inputRGB |
|
staticinherited |
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 |
|
staticinherited |
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 |
|
staticinherited |
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 |
|
staticinherited |
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.
◆ useLocalTemp
| lsst.pipe.tasks.prettyPictureMaker._task.PrettyMosaicConfig.useLocalTemp = Field[bool](doc="Use the current directory when creating local temp files.", default=False) |
|
static |
The documentation for this class was generated from the following file:
- python/lsst/pipe/tasks/prettyPictureMaker/_task.py