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 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.