casangi / xradio

Xarray Radio Astronomy Data IO
https://xradio.readthedocs.io/en/latest/
Other
9 stars 5 forks source link

Allow for saving to netcdf #70

Open Jan-Willem opened 10 months ago

Jan-Willem commented 10 months ago

After elif storage_backend == "netcdf":in the function convert_and_write_partition (xradio/vis/_vis_utils/_ms/conversion.py) a function should be created that can save an MS v4 datasets to netcdf. This will most probably require splitting off some of the metadata and serializing it to json separately.