isce3 0.25.0
|
Serialization functions for isce3::product objects. More...
#include <string>
#include <isce3/core/Constants.h>
#include <isce3/core/Ellipsoid.h>
#include <isce3/core/Serialization.h>
#include <isce3/io/IH5.h>
#include <isce3/io/Serialization.h>
#include <isce3/product/Metadata.h>
#include <isce3/product/Swath.h>
#include <isce3/product/Grid.h>
Go to the source code of this file.
Namespaces | |
namespace | isce3 |
base interpolator is an abstract base class | |
namespace | isce3::product |
The isce3::product namespace. | |
Functions | |
void | isce3::product::loadFromH5 (isce3::io::IGroup &group, ProcessingInformation &proc) |
Load ProcessingInformation from HDF5. | |
void | isce3::product::loadFromH5 (isce3::io::IGroup &group, Swath &swath, char freq) |
Load Swath from HDF5. | |
void | isce3::product::loadFromH5 (isce3::io::IGroup &group, std::map< char, Swath > &swaths) |
Load multiple swaths from HDF5. | |
void | isce3::product::populateGridSwathParameterFromH5 (isce3::io::IGroup &group, Grid &grid, const char freq) |
Populate swath-related parameters of the Grid object from HDF5. | |
void | isce3::product::loadFromH5 (isce3::io::IGroup &group, Grid &grid, const char freq) |
Load Grid from HDF5. | |
void | isce3::product::loadFromH5 (isce3::io::IGroup &group, std::map< char, Grid > &grids) |
Load multiple grids from HDF5. | |
void | isce3::product::loadFromH5 (isce3::io::IGroup &group, Metadata &meta, const std::string &product_level) |
Load Metadata parameters from HDF5. | |
Serialization functions for isce3::product objects.