Open piyanatk opened 5 years ago
They are all inputs for the corrcal_example.py . I have thought exporting to something more human readable and yes that's possible.
The example code details how to read all files (except signal_sparse2_test.dat). After reading those in we can export them in arbitrary formats, ASCII would be nice indeed so anyone can look at them.
Contains the info on how to extract data from signal_sparse2_test.dat file and export that into several files for the various things it contains.
As discussed, we will look into this again once we merge restructure to master and begin the code testing.
The *.dat files for test examples in the
/data
directory seem to be in binary. Which of these are inputs or outputs ofcorrcal
. Can we convert them to UTF-8 ASCII files or numpy array, so that they are easier to inspect for the time being? (Eventually, we will want to use UVData object to store this data)