Skip to content
Snippets Groups Projects
Commit 0238f20b authored by Mattia Mancini's avatar Mattia Mancini
Browse files

Fix unrecognized character ?

Former-commit-id: 80c4c136
parent 4d8480fe
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ steps:
in:
- id: steps
source:
- apply_clock?/selected_steps
- apply_clock/selected_steps
- id: parmdb
source: parmdb
out:
......@@ -81,7 +81,7 @@ steps:
in:
- id: steps
source:
- apply_tec?/selected_steps
- apply_tec/selected_steps
- id: parmdb
source: parmdb
out:
......@@ -93,7 +93,7 @@ steps:
in:
- id: steps
source:
- apply_rm?/selected_steps
- apply_rm/selected_steps
out:
- id: augmented_steps
run: ../lofar-cwl/steps/DP3.ApplyBeamStepGenerator.cwl
......@@ -109,14 +109,14 @@ steps:
- id: b_steps
default: []
source:
- apply_rm?/selected_steps
- apply_rm/selected_steps
out:
- id: selected_steps
run: ../lofar-cwl/steps/DP3.Selector.cwl
label: apply_beam
'sbg:x': 2648.432373046875
'sbg:y': 167.062255859375
- id: apply_rm?
- id: apply_rm
in:
- id: select_a
source: apply_rm_correction
......@@ -126,14 +126,14 @@ steps:
- id: b_steps
default: []
source:
- apply_tec?/selected_steps
- apply_tec/selected_steps
out:
- id: selected_steps
run: ../lofar-cwl/steps/DP3.Selector.cwl
label: apply_rm?
'sbg:x': 2441.14599609375
'sbg:y': 167.0730438232422
- id: apply_clock?
- id: apply_clock
in:
- id: select_a
source: apply_clock_correction
......@@ -150,7 +150,7 @@ steps:
label: apply_clock?
'sbg:x': 1909.072998046875
'sbg:y': 167.82034301757812
- id: apply_tec?
- id: apply_tec
in:
- id: select_a
source: apply_tec_correction
......@@ -160,7 +160,7 @@ steps:
- id: b_steps
default: []
source:
- apply_clock?/selected_steps
- apply_clock/selected_steps
out:
- id: selected_steps
run: ../lofar-cwl/steps/DP3.Selector.cwl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment