lsst.pipe.tasks gcf790cdeb6+f6e4da7c1c
Loading...
Searching...
No Matches
lsst.pipe.tasks.rgb2hips._high_order_hips.HighOrderHipsTaskConnections Class Reference
Inheritance diagram for lsst.pipe.tasks.rgb2hips._high_order_hips.HighOrderHipsTaskConnections:
lsst.pipe.tasks.rgb2hips._high_order_hips.HighOrderHipsTaskConfig

Static Public Attributes

 input_images
 
 skymap
 
 output_hpx
 

Detailed Description

Definition at line 66 of file _high_order_hips.py.

Member Data Documentation

◆ 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",
storageClass="ColorImage",
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: