lsst.pipe.tasks gcf00bf066d+02752e367a
Loading...
Searching...
No Matches
lsst.pipe.tasks.rgb2hips._high_order_hips.ColorChannel Class Reference
Inheritance diagram for lsst.pipe.tasks.rgb2hips._high_order_hips.ColorChannel:

Static Public Attributes

int RED = 0
 
int GREEN = 1
 
int BLUE = 2
 

Detailed Description

Enum representing color channels for image processing.

Definition at line 58 of file _high_order_hips.py.

Member Data Documentation

◆ BLUE

int lsst.pipe.tasks.rgb2hips._high_order_hips.ColorChannel.BLUE = 2
static

Definition at line 63 of file _high_order_hips.py.

◆ GREEN

int lsst.pipe.tasks.rgb2hips._high_order_hips.ColorChannel.GREEN = 1
static

Definition at line 62 of file _high_order_hips.py.

◆ RED

int lsst.pipe.tasks.rgb2hips._high_order_hips.ColorChannel.RED = 0
static

Definition at line 61 of file _high_order_hips.py.


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