ratt-ru / QuartiCal

CubiCal, but with greater power.
MIT License
8 stars 4 forks source link

Dump to s3 #173

Closed JSKenyon closed 2 years ago

JSKenyon commented 2 years ago

This PR moves most of QuartiCal's file handling to use DaskMSStore. output.directory has also been split into output.gain_directory and output.log_directory. The purpose of this change is to make it possible to dump the gains to s3. This seems to work. Note that log outputs (typically logs and dashboards) are not s3 compatible.

JSKenyon commented 2 years ago

Note that Python 3.10 is currently broken by upstream issues.