SatDump 2.0.0-alpha-76a915210
Loading...
Searching...
No Matches
satdump::products::ImageProduct::ImageHolder Struct Reference

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 = ""

Detailed Description

Struct holding both the image and some metadata.

Parameters
abs_indexAbsolute image index, for calibration, etc. -2 means no calibration possible on this channel
filenameFilename & path of the image. Relative to the product file
channel_nameName of the channel, this is usually just a number but can be a string
imageThe image itself
bit_depthImage bit depth
ch_transformChannel transform to reference field
wavenumberWavenumber
calibration_typeoptiona, 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

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