data_management
The package data_management provides modules for the interaction with the datafiles stored in the archive. The module measurement_management provides CRUD-Functions for the archive, while the hdf5_reader module can be used for reading and updating the measurement.h5-files.
measurement_management
|
Create a new directory for a single measurement with the measurement-ID ms_id in the folder of the archive (base_dir). |
|
Copy a file to the archive. |
|
Write a new dataset to a hdf5-file. |
|
Copy raw datafiles to the archive. |
|
Write the data from the raw data datafiles in the archive at <base_dir>/data/M<ms_id>/raw/ to the hdf5-file <base_dir>/data/M<ms_id>/measurement.h5 |
|
Delete a file from the archive. |
|
Delete a whole measurement directory from the archive. |
|
List all files in a single measurement directory with the ID ms_id and all subdirectorys. |
|
Create the absolute path to a measurement folder with the ID ms_id. |
hdf5_reader
|
Load a hdf5-file as a H5Object. |
|
Load a hdf5-measurement-file from the archive as a H5Object. |
|
Represents a hdf5-file with its internal structure and all attributes/ datasets as a python object. |