radio-astro-tools / casa-formats-io

Code to handle I/O from/to data in CASA format
Other
10 stars 7 forks source link

Refactor low-level I/O code into sub-package #18

Open astrofrog opened 3 years ago

astrofrog commented 3 years ago

The casa_low_level_io.py file is now long enough that we should move it to its own sub-package and split it up into several files. In the process, the code can be cleaned up and commented.