|
SatDump 2.0.0-alpha-520736c72
|
Struct holding all identifying information on a xRIT files being processed. More...
#include <identify.h>
Public Attributes | |
| std::string | filename |
| xrit_file_type_t | type |
| std::string | instrument_id |
| std::string | instrument_name |
| std::string | satellite_name |
| std::string | satellite_short_name |
| std::string | region |
| double | timestamp = -1 |
| std::string | groupid |
| std::string | seg_groupid |
| std::string | channel |
| int | bit_depth = -1 |
| std::shared_ptr< ImageNavigationRecord > | image_navigation_record |
| std::shared_ptr< ImageDataFunctionRecord > | image_data_function_record |
| std::shared_ptr< fy4::ImageNavigationRecord > | image_navigation_record_fy4 |
Struct holding all identifying information on a xRIT files being processed.
| filename | the xRIT filename, with or without extension |
| type | file type, see the struct |
| instrument_id | the instrument this applies is from |
| instrument_name | human name for the instrument |
| satellite_name | human name for the satellite |
| satellite_short_name | short ID for the satellite (eg, G16) |
| region | region the file covers, if applicable (eg, full disk or CONUS) |
| timestamp | usually, creation of start of scan time |
| groupid | an unique identifier of files that belong to a same group, that is usually all channels of a single imager scan |
| seg_groupid | an unique ID of files that are segments of a same image |
| channel | instrument channel name. Can be NULL for metadata files (eg, MSG/ELEKTRO) |
| bit_depth | if applicable, bit depth of the channel |
| image_navigation_record | parsed navigation header (if present) |
| image_data_function_record | parsed calibration header (if present) |
| image_navigation_record_fy4 | fy-4 specific navigation |