Skip to content
Snippets Groups Projects
Commit a1f23da4 authored by James Petley's avatar James Petley Committed by Matthijs van der Wild
Browse files

Added config to target solve

parent ea57e453
No related branches found
No related tags found
1 merge request!47Added config to target solve
...@@ -69,7 +69,6 @@ requirements: ...@@ -69,7 +69,6 @@ requirements:
- class: InlineJavascriptRequirement - class: InlineJavascriptRequirement
- class: InitialWorkDirRequirement - class: InitialWorkDirRequirement
listing: listing:
- entry: $(inputs.configfile)
- entry: $(inputs.msin) - entry: $(inputs.msin)
- entryname: run_selfcal.py - entryname: run_selfcal.py
entry: | entry: |
...@@ -86,6 +85,7 @@ requirements: ...@@ -86,6 +85,7 @@ requirements:
run_selfcal = (f"python3 {selfcal}/facetselfcal.py {msin}" run_selfcal = (f"python3 {selfcal}/facetselfcal.py {msin}"
f" --helperscriptspath {selfcal}" f" --helperscriptspath {selfcal}"
f" --configpath {configfile}"
f" --helperscriptspathh5merge {h5merge}") f" --helperscriptspathh5merge {h5merge}")
if skymodel: if skymodel:
run_selfcal += f" --skymodel {skymodel}" run_selfcal += f" --skymodel {skymodel}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment