lsst.pipe.tasks geda066a9bb+d0de8bc8db
Loading...
Searching...
No Matches
lsst.pipe.tasks.prettyPictureMaker._task.PrettyMosaicConfig Class Reference
Inheritance diagram for lsst.pipe.tasks.prettyPictureMaker._task.PrettyMosaicConfig:
lsst.pipe.tasks.prettyPictureMaker._task.PrettyMosaicConnections

Static Public Attributes

 binFactor = Field[int](doc="The factor to bin by when producing the mosaic")
 
 doDCID65Convert = Field[bool]("Force the output to be converted from display p3 to DCI-D65 colorspace.")
 
 useLocalTemp = Field[bool](doc="Use the current directory when creating local temp files.", default=False)
 
 inputRGB
 
 skyMap
 
 inputRGBMask
 
 outputRGBMosaic
 

Detailed Description

Definition at line 1056 of file _task.py.

Member Data Documentation

◆ binFactor

lsst.pipe.tasks.prettyPictureMaker._task.PrettyMosaicConfig.binFactor = Field[int](doc="The factor to bin by when producing the mosaic")
static

Definition at line 1057 of file _task.py.

◆ doDCID65Convert

lsst.pipe.tasks.prettyPictureMaker._task.PrettyMosaicConfig.doDCID65Convert = Field[bool]("Force the output to be converted from display p3 to DCI-D65 colorspace.")
static

Definition at line 1058 of file _task.py.

◆ 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

Definition at line 1059 of file _task.py.


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