|
SatDump 2.0.0-alpha-520736c72
|
Contains functions to identify and process xRIT files. More...
Go to the source code of this file.
Classes | |
| struct | satdump::xrit::XRITFileInfo |
| Struct holding all identifying information on a xRIT files being processed. More... | |
Enumerations | |
| enum | satdump::xrit::xrit_file_type_t { XRIT_UNKNOWN , XRIT_ELEKTRO_MSUGS , XRIT_MSG_SEVIRI , XRIT_GOES_ABI , XRIT_GOES_HIMAWARI_AHI , XRIT_GOESN_IMAGER , XRIT_GK2A_AMI , XRIT_HIMAWARI_AHI , XRIT_FY4_AGRI } |
| Identifier to differentiate different format of xRIT files (do note some are duplicate!) | |
Functions | |
| bool | satdump::xrit::identifyElektroFile (XRITFileInfo &i, XRITFile &file) |
| bool | satdump::xrit::identifyMSGFile (XRITFileInfo &i, XRITFile &file) |
| bool | satdump::xrit::identifyGOESFile (XRITFileInfo &i, XRITFile &file) |
| bool | satdump::xrit::identifyGK2AFile (XRITFileInfo &i, XRITFile &file) |
| bool | satdump::xrit::identifyHimawariFile (XRITFileInfo &i, XRITFile &file) |
| bool | satdump::xrit::identifyFY4File (XRITFileInfo &i, XRITFile &file) |
| XRITFileInfo | satdump::xrit::identifyXRITFIle (XRITFile &file) |
| Identify a xRIT file, in order to know what further processing to apply. This calls each satellite-specific function. | |
Contains functions to identify and process xRIT files.
| XRITFileInfo satdump::xrit::identifyXRITFIle | ( | XRITFile & | file | ) |
Identify a xRIT file, in order to know what further processing to apply. This calls each satellite-specific function.
| file | xRIT file to ID |