meerklass / museek

A flexible and easy-to-extend data processing pipeline for multi-instrument autocorrelation radio experiments
GNU General Public License v3.0
3 stars 3 forks source link

Saving visibilities #65

Closed mariogrs closed 10 months ago

mariogrs commented 11 months ago

https://github.com/meerklass/museek/blob/ddb371a25248ed1741ed1c09567448bc120cfacc/museek/config/sanity_check.py#L19C9-L19C9

Shouldn't this be FALSE by default since we already have the split single dish data on disk?

amadeuswi commented 10 months ago

Yes we have split single dish data, but it's still in a worst possible type of dask arrays for our purpose. They take forever to load. Therefore we save the visibilities to disk by default - in numpy format

mariogrs commented 10 months ago

OK