Adds an exception to scripts/sort_times_into_freqGroups.py.
Compare changes
@@ -160,7 +160,11 @@ def main(MSfile, numSB=10, NDPPPfill=True, stepname=None, mergeLastGroup=False,
The script scripts/sort_times_into_freqGroups.py did not check whether the number of measurement sets supplied is greater than or equal to 1. In this case, the definition of freqliste raises a ValueError. This patch adds an exception for this singular case.