Skip to content

OutDirName #32

@mhardcastle

Description

@mhardcastle

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions