tjgalvin / flint

BSD 3-Clause "New" or "Revised" License
7 stars 1 forks source link

Ingest CASDA MSs produced by ASKAP pipeline #114

Closed tjgalvin closed 1 month ago

tjgalvin commented 1 month ago

This pull request merges in code that allows ASKAP MSs to be downloaded and processed by CASDA. This copying and preprocessing operation:

Code has been added to the continuum_pipeline flow to allow these MSs to be detected and processed without having to apply a set of bandpass solutions.

There are the beginnings of allowing environment variables to be placed inside the values of the key-value pairs of Optionsclasses and having them resolved at run time. This is only properly incorporated for the WSCleanOptions as a trial, but perhaps can be added to other stages like casa's gaincal and applysolutions.

Tests have been added along the way.