bes Updated for version 3.20.13
|
The implementation of functions to identify different NASA HDF5 products. Current supported products include MEaSUREs SeaWiFS, OZone, Aquarius level 3 Old SMAP Level 2 Simulation files and ACOS level 2S(OCO level1B). More...
#include <libdap/InternalErr.h>
#include <assert.h>
#include "HDF5GCFProduct.h"
#include "h5apicompatible.h"
Go to the source code of this file.
Functions | |
bool | check_aquarius (hid_t s_root_id, int &s_level) |
bool | check_gpm_l1 (hid_t s_root_id) |
bool | check_gpmm_l3 (hid_t s_root_id) |
bool | check_gpms_l3 (hid_t s_root_id) |
bool | check_measure_ozone (hid_t s_root_id) |
bool | check_measure_seawifs (hid_t s_root_id, int &s_lflag) |
bool | check_obpg (hid_t s_root_id, int &s_level) |
bool | check_osmapl2s_acosl2s_oco2l1b (hid_t s_root_id, int which_pro) |
H5GCFProduct | check_product (hid_t file_id) |
void | obtain_gm_attr_value (hid_t s_root_id, const char *s_attr_name, string &s_attr_value) |
The implementation of functions to identify different NASA HDF5 products. Current supported products include MEaSUREs SeaWiFS, OZone, Aquarius level 3 Old SMAP Level 2 Simulation files and ACOS level 2S(OCO level1B).
Definition in file HDF5GCFProduct.cc.
Definition at line 560 of file HDF5GCFProduct.cc.
bool check_gpm_l1 | ( | hid_t | s_root_id | ) |
Definition at line 114 of file HDF5GCFProduct.cc.
bool check_gpmm_l3 | ( | hid_t | s_root_id | ) |
Definition at line 295 of file HDF5GCFProduct.cc.
bool check_gpms_l3 | ( | hid_t | s_root_id | ) |
Definition at line 239 of file HDF5GCFProduct.cc.
bool check_measure_ozone | ( | hid_t | s_root_id | ) |
Definition at line 509 of file HDF5GCFProduct.cc.
Definition at line 438 of file HDF5GCFProduct.cc.
Definition at line 613 of file HDF5GCFProduct.cc.
Definition at line 660 of file HDF5GCFProduct.cc.
H5GCFProduct check_product | ( | hid_t | file_id | ) |
Definition at line 44 of file HDF5GCFProduct.cc.
void obtain_gm_attr_value | ( | hid_t | s_root_id, |
const char * | s_attr_name, | ||
string & | s_attr_value | ||
) |
Definition at line 900 of file HDF5GCFProduct.cc.