Source code for prosi3d.datahandler

import h5py

"""
This is a class that reads the HDF5 Container and extracts the data
"""

[docs]class DataHandler: """ Read the data """
[docs] def read_container(): pass
""" Extract the data to RAM """
[docs] def extract(): pass