Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LINC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ResearchAndDevelopment
LINC
Commits
c9af7190
Commit
c9af7190
authored
5 years ago
by
Mattia Mancini
Browse files
Options
Downloads
Patches
Plain Diff
Set default parameters for losoto ionospheric correction
parent
96f371e4
No related branches found
No related tags found
2 merge requests
!69
Change the name of the pre-calibrated output MS
,
!19
Ionosphere
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
subworkflow/losoto_ion.cwl
+32
-0
32 additions, 0 deletions
subworkflow/losoto_ion.cwl
with
32 additions
and
0 deletions
subworkflow/losoto_ion.cwl
+
32
−
0
View file @
c9af7190
...
...
@@ -13,6 +13,14 @@ inputs:
type: boolean?
'sbg:x': 83.60113525390625
'sbg:y': 53.5
- id: refAnt
type: string?
'sbg:x': 500.74346923828125
'sbg:y': -382.8847351074219
- id: maxStddev
type: float?
'sbg:x': 374.1950988769531
'sbg:y': -308.9609069824219
outputs:
- id: output_h5parm
outputSource:
...
...
@@ -88,6 +96,10 @@ steps:
in:
- id: input_h5parm
source: merge/output_h5parm
- id: soltab
default: sol000/phase000
- id: soltabOut
default: phaseOrig
out:
- id: output_h5parm
run: ../lofar-cwl/steps/LoSoTo.Duplicate.cwl
...
...
@@ -97,6 +109,14 @@ steps:
in:
- id: input_h5parm
source: losoto_residual/output_h5parm
- id: soltab
default: sol000/phase000
- id: maxStddev
source: maxStddev
- id: refAnt
source: refAnt
- id: soltabExport
default: clock
out:
- id: output_h5parm
run: ../lofar-cwl/steps/LoSoTo.FlagStation.cwl
...
...
@@ -108,6 +128,16 @@ steps:
source: duplicatePbkp/output_h5parm
- id: soltab
default: sol000/phase000
- id: clocksoltabOut
default: clock
- id: tecsoltabOut
default: tec
- id: offsetsoltabOut
default: phase_offset
- id: tec3rdsoltabOut
default: tec3rd
- id: combinePol
default: true
- id: fit3rdorder
source: fit3rdorder
out:
...
...
@@ -119,6 +149,8 @@ steps:
in:
- id: input_h5parm
source: losoto_clocktec/output_h5parm
- id: soltab
default: sol000/phase000
- id: soltabsToSub
source:
- fit3rdorder
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment