SatDump dataset struct.
More...
#include <dataset.h>
|
| void | save (std::string path) |
| | Save a dataset to a file.
|
| void | load (std::string path) |
| | Load a dataset from a file.
|
|
|
std::string | satellite_name |
|
double | timestamp |
|
std::vector< std::string > | products_list |
SatDump dataset struct.
This is a simple class holding information and paths to several different product, coming from the same source / acquisition.
- Parameters
-
| satellite_name | source satellite name. Should be descriptive enough, but if the specific satellite (eg, MetOp-B) is unknown, "MetOp" is enough |
| timestamp | rough UTC Timestamp of the dataset |
| products_list | list of products to load, relative to this file |
◆ load()
| void satdump::products::DataSet::load |
( |
std::string | path | ) |
|
Load a dataset from a file.
- Parameters
-
◆ save()
| void satdump::products::DataSet::save |
( |
std::string | path | ) |
|
Save a dataset to a file.
- Parameters
-
The documentation for this struct was generated from the following files:
- src-core/products/dataset.h
- src-core/products/dataset.cpp