-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use HDF5 for data storage #40
Labels
Comments
tmolteno
pushed a commit
that referenced
this issue
Mar 8, 2019
tmolteno
pushed a commit
that referenced
this issue
Mar 11, 2019
tmolteno
pushed a commit
that referenced
this issue
Mar 13, 2019
…ename Visibility_Load/Save to list_load and list_save, since they do not actually save individual visibility objects. Related to Issue #40
tmolteno
pushed a commit
that referenced
this issue
Mar 14, 2019
All that is required now is to change the file extension to .hdf in tart_web_api/service.py. Testbenches are done and passing for exporting and importing lists of visibilities into .hdf5 files. |
tmolteno
pushed a commit
that referenced
this issue
Jul 2, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The use of python pickle to store Observation and Visibility objects is not a good long term option. This is not robust to python2 vs python3, so persistence will move to HDF5 files.
This will add a dependency to the 'tart' python package (it will depend on h5py). Some routines will need to be written to convert existing files.
The text was updated successfully, but these errors were encountered: