Skip to content
Snippets Groups Projects
Commit 1b256216 authored by David Rafferty's avatar David Rafferty Committed by GitHub
Browse files

Merge pull request #6 from AHorneffer/patch-1

Update of "format line" in directions file
parents 54c78b28 01469862
Branches
Tags
No related merge requests found
...@@ -834,7 +834,7 @@ def factorDirectionsWriter(table, fileName): ...@@ -834,7 +834,7 @@ def factorDirectionsWriter(table, fileName):
outLines = [] outLines = []
outLines.append('# name position atrous_do mscale_field_do cal_imsize ' outLines.append('# name position atrous_do mscale_field_do cal_imsize '
'solint_ph solint_amp dynamic_range region_selfcal ' 'solint_ph solint_amp dynamic_range region_selfcal '
'region_field peel_skymodel outlier_source cal_radius_deg cal_flux\n') 'region_facet peel_skymodel outlier_source cal_size_deg cal_flux_mJy\n')
if 'History' in table.meta: if 'History' in table.meta:
outLines.append('\n# LSMTool history:\n# ') outLines.append('\n# LSMTool history:\n# ')
outLines.append('\n# '.join(table.meta['History'])) outLines.append('\n# '.join(table.meta['History']))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment