epic-astronomy / LWA_EPIC

The LWA-specific implementation of the EPIC correlator
http://livetv.epic-astronomy.org
MIT License
3 stars 3 forks source link

output file types #25

Open mkolopanis opened 3 years ago

mkolopanis commented 3 years ago

Numpy save files are not very versatile and transferable. We might want to update the SaveOp to use hdf5 maybe or some other well defined save format?

Originally a fits image was desired but writing was too slow to do in real time (hence why the npz --> fits script exists). and npzs are quick, but so are other formats.