-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Old behaviour was that if OutDirName was set to MSName (the default) you'd get a directory and tgz file named DynSpecs_xxxxxxx where xxxx = msname.
Changes in the code from earlier this year (see logic in ms2dynspec.py around the DIRNAME variable) mean that if there is more than one MS, OutDirName=MsName will now get you output directories of the form MSName_T0_DynSpecs_xxxxxxx, MSName_T1_DynSpecs_yyyyyyy ... If there's only one MS then you will get DynSpecs_xxxxxxx as before.
The problem is that our reprocessing script has been looking for DynSpecs_*.tgz and uploading that... therefore for the last few months of DR3 reprocessing every ms2dynspec run where the observation has more than one MS has resulted in no uploaded output.
I can obviously fix this in the reprocessing script, but for consistency in product naming I'd also like to change the logic in ms2dynspec.py so that OutDirName=MsName does what it used to do for multiple MS inputs. Is that OK?