Skip to content

Use a single download script for all MS's.

Maik Nijhuis requested to merge download-aartfaac-6 into master

While running unit tests, I noticed that the AARTFAAC_6 ms was not properly downloaded. It appeared it uses a custom download method.

After creating another download script for that ms, I realized there is a lot of duplicate code in those scripts. Also, I found a copy/paste error in a download script.

For simplifying maintenance, a single script now downloads all measurement sets.

Merge request reports