Definition at line 66 of file _high_order_hips.py.
◆ input_images
| lsst.pipe.tasks.rgb2hips._high_order_hips.HighOrderHipsTaskConnections.input_images |
|
static |
Initial value:= Input(
doc="Color images which are to be turned into hips tiles",
name="rgb_picture_array",
storageClass="NumpyArray",
dimensions=("tract", "patch", "skymap"),
multiple=True,
deferLoad=True,
)
Definition at line 67 of file _high_order_hips.py.
◆ output_hpx
| lsst.pipe.tasks.rgb2hips._high_order_hips.HighOrderHipsTaskConnections.output_hpx |
|
static |
Initial value:= Output(
doc="Healpix tiles at order 8, but binned to 256x256",
name="rgb_picture_hips8",
storageClass="NumpyArray",
dimensions=("healpix8",),
)
Definition at line 81 of file _high_order_hips.py.
◆ skymap
| lsst.pipe.tasks.rgb2hips._high_order_hips.HighOrderHipsTaskConnections.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 75 of file _high_order_hips.py.
The documentation for this class was generated from the following file: