Skip to content

Bugfix prep delay

Matthijs van der Wild requested to merge bugfix_prep_delay into master

Catalogues of sources that are not covered by LoTSS are not processed correctly by TargetListToCoords.py. For example, a Source_id of "example" will be output as `'e,x,a,m,p,l,e". This causes issues later in the pipeline, as the later steps will search this string in the MS data, which does not exist.

Additionally, I noticed that if multiple sources are imaged in split_directions the resulting source_id may be incorrectly formatted, resulting in a similar issue.

Both issues are probably due to a bug introduced in !41 (merged). This MR corrects the output of TargetListToCoords.py, such that both delay calibration and split directions both result in correctly formatted strings.

Edited by Matthijs van der Wild

Merge request reports