SatDump 2.0.0-alpha-76a915210
|
Struct holding both the image and some metadata. More...
#include <image_product.h>
Public Attributes | |
int | abs_index = -1 |
std::string | filename |
std::string | channel_name |
image::Image | image |
int | bit_depth = 16 |
ChannelTransform | ch_transform = ChannelTransform().init_none() |
double | wavenumber = -1 |
std::string | calibration_type = "" |
Struct holding both the image and some metadata.
abs_index | Absolute image index, for calibration, etc. -2 means no calibration possible on this channel |
filename | Filename & path of the image. Relative to the product file |
channel_name | Name of the channel, this is usually just a number but can be a string |
image | The image itself |
bit_depth | Image bit depth |
ch_transform | Channel transform to reference field |
wavenumber | Wavenumber |
calibration_type | optiona, calibration output type, goes hand-in-hand with unit, but do note a calibration type enforces a specific unit! If this isn't a standard ID, specify your unit here instead |