|
SatDump 2.0.0-alpha-520736c72
|
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 |
| channel_polarization_t | polarization = POL_NONE |
| double | bandwidth = -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 |
| polarization | Polarization of the channel (Circular/Linear/etc) |
| bandwidth | Bandwidth of the channel |
| calibration_type | optional, 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 |