Commits

Shawn Booth authored a5ba03b29cb
PIPE-2249: added datacolumns parameter to importdata task in template file
No tags

pipeline/recipes/template_hifa_deliver_ms.xml

Modified
1 1 <ProcessingProcedure>
2 2
3 3 <ProcedureTitle>hifa_deliver_ms</ProcedureTitle>
4 4
5 5 <!-- import MS: if importonly=True, no calibration shall be performed -->
6 6 {{#importonly}}
7 7 <ProcessingCommand>
8 8 <Command xmlns="">hifa_importdata</Command>
9 9 <ParameterSet/>
10 + <Parameter>
11 + <Keyword xmlns="">datacolumns</Keyword>
12 + <Value xmlns="">{'data':'raw','corrected':'regcal_contline_all'}</Value>
13 + </Parameter>
14 + </ParameterSet>
10 15 </ProcessingCommand>
11 16
12 17 <!-- If onlineflag=True, online flag shall be applied to the imported MSes. -->
13 18 {{#onlineflag}}
14 19 <ProcessingCommand>
15 20 <Command xmlns="">hifa_flagdata</Command>
16 21 <ParameterSet/>
17 22 </ProcessingCommand>
18 23 {{/onlineflag}}
19 24 {{/importonly}}

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut