lsst.pipe.tasks g253578fa50+0eeb8841d4
Loading...
Searching...
No Matches
lsst.pipe.tasks.rgb2hips._low_order_hips.LowOrderHipsTaskConfig Class Reference
Inheritance diagram for lsst.pipe.tasks.rgb2hips._low_order_hips.LowOrderHipsTaskConfig:
lsst.pipe.tasks.rgb2hips._low_order_hips.LowOrderHipsTaskConnections

Public Member Functions

 validate (self)
 

Public Attributes

 dimensions
 

Static Public Attributes

 min_order
 
 hips_base_uri
 
 color_ordering
 
 file_extension
 
 array_type
 
 input_hips
 

Detailed Description

Definition at line 68 of file _low_order_hips.py.

Member Function Documentation

◆ validate()

lsst.pipe.tasks.rgb2hips._low_order_hips.LowOrderHipsTaskConfig.validate ( self)

Definition at line 100 of file _low_order_hips.py.

Member Data Documentation

◆ array_type

lsst.pipe.tasks.rgb2hips._low_order_hips.LowOrderHipsTaskConfig.array_type
static
Initial value:
= ChoiceField[str](
doc="The dataset type for the output image array",
default="uint8",
allowed={
"uint8": "Use 8 bit arrays, 255 max",
"uint16": "Use 16 bit arrays, 65535 max",
"half": "Use 16 bit float arrays, 1 max",
"float": "Use 32 bit float arrays, 1 max",
},
)

Definition at line 89 of file _low_order_hips.py.

◆ color_ordering

lsst.pipe.tasks.rgb2hips._low_order_hips.LowOrderHipsTaskConfig.color_ordering
static
Initial value:
= Field[str](
doc=(
"A string of the astrophysical bands that correspond to the RGB channels in the color image "
"inputs to high_order_hips task. This is in making the hips metadata"
),
optional=False,
)

Definition at line 77 of file _low_order_hips.py.

◆ dimensions

lsst.pipe.tasks.rgb2hips._low_order_hips.LowOrderHipsTaskConnections.dimensions
inherited
Initial value:
= set(
(f"healpix{config.min_order}",),
)

Definition at line 63 of file _low_order_hips.py.

◆ file_extension

lsst.pipe.tasks.rgb2hips._low_order_hips.LowOrderHipsTaskConfig.file_extension
static
Initial value:
= ChoiceField[str](
doc="Extension for the presisted image",
allowed={"png": "Use the png image extension", "webp": "Use the webp image extension"},
default="png",
)

Definition at line 84 of file _low_order_hips.py.

◆ hips_base_uri

lsst.pipe.tasks.rgb2hips._low_order_hips.LowOrderHipsTaskConfig.hips_base_uri
static
Initial value:
= Field[str](
doc="URI to HiPS base for output.",
optional=False,
)

Definition at line 73 of file _low_order_hips.py.

◆ input_hips

lsst.pipe.tasks.rgb2hips._low_order_hips.LowOrderHipsTaskConnections.input_hips
staticinherited
Initial value:
= Input(
doc="Hips pixels at level 8 used to build higher orders",
name="rgb_picture_hips8",
storageClass="NumpyArray",
multiple=True,
deferLoad=True,
dimensions=("healpix8",),
)

Definition at line 51 of file _low_order_hips.py.

◆ min_order

lsst.pipe.tasks.rgb2hips._low_order_hips.LowOrderHipsTaskConfig.min_order
static
Initial value:
= Field[int](
doc="Minimum healpix order for HiPS tree.",
default=3,
)

Definition at line 69 of file _low_order_hips.py.


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