Skip to content
Snippets Groups Projects
Commit dadd24fb authored by Alexander Drabent's avatar Alexander Drabent Committed by Mattia Mancini
Browse files

bugfix A-Team_skymodel

Former-commit-id: e20a1d47
parent e0e46a48
No related branches found
No related tags found
No related merge requests found
class: Workflow class: Workflow
cwlVersion: v1.0 cwlVersion: v1.0
id: _h_b_a id: HBA_calibrator
label: HBA.cwl label: HBA_calibrator
$namespaces: $namespaces:
sbg: 'https://www.sevenbridges.com/' sbg: 'https://www.sevenbridges.com/'
inputs: inputs:
...@@ -163,7 +163,7 @@ inputs: ...@@ -163,7 +163,7 @@ inputs:
default: /data/skymodels default: /data/skymodels
'sbg:x': -1000 'sbg:x': -1000
'sbg:y': 1300 'sbg:y': 1300
- id: A-Team_sky_model - id: A-Team_skymodel
type: File? type: File?
default: /data/skymodels/Ateam_LBA_CC.skymodel default: /data/skymodels/Ateam_LBA_CC.skymodel
'sbg:x': -1000 'sbg:x': -1000
...@@ -290,8 +290,8 @@ steps: ...@@ -290,8 +290,8 @@ steps:
source: max_separation_arcmin source: max_separation_arcmin
- id: calibrator_path_skymodel - id: calibrator_path_skymodel
source: calibrator_path_skymodel source: calibrator_path_skymodel
- id: A-Team_sky_model - id: A-Team_skymodel
source: Team_sky_model source: A-Team_skymodel
- id: cal_solutions - id: cal_solutions
source: cal_solutions source: cal_solutions
- id: avg_timeresolution - id: avg_timeresolution
......
...@@ -163,7 +163,7 @@ inputs: ...@@ -163,7 +163,7 @@ inputs:
default: /data/skymodels default: /data/skymodels
'sbg:x': -1000 'sbg:x': -1000
'sbg:y': 1300 'sbg:y': 1300
- id: A-Team_sky_model - id: A-Team_skymodel
type: File? type: File?
default: /data/skymodels/Ateam_LBA_CC.skymodel default: /data/skymodels/Ateam_LBA_CC.skymodel
'sbg:x': -1000 'sbg:x': -1000
......
class: Workflow class: Workflow
cwlVersion: v1.0 cwlVersion: v1.0
id: prefactor_calibrator id: prep
label: prefactor_calibrator label: prep_cal
$namespaces: $namespaces:
sbg: 'https://www.sevenbridges.com/' sbg: 'https://www.sevenbridges.com/'
inputs: inputs:
...@@ -29,7 +29,7 @@ inputs: ...@@ -29,7 +29,7 @@ inputs:
type: float? type: float?
'sbg:x': -638.4987182617188 'sbg:x': -638.4987182617188
'sbg:y': 31.238996505737305 'sbg:y': 31.238996505737305
- id: A-Team_sky_model - id: A-Team_skymodel
default: /data/skymodels/Ateam_LBA_CC.skymodel default: /data/skymodels/Ateam_LBA_CC.skymodel
type: type:
- string? - string?
...@@ -136,7 +136,7 @@ steps: ...@@ -136,7 +136,7 @@ steps:
- id: make_sourcedb - id: make_sourcedb
in: in:
- id: sky_model - id: sky_model
source: A-Team_sky_model source: A-Team_skymodel
out: out:
- id: sourcedb - id: sourcedb
- id: log - id: log
......
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