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
ad0ed696
Commit
ad0ed696
authored
5 years ago
by
Mattia Mancini
Browse files
Options
Downloads
Patches
Plain Diff
Add smooth calibrate
parent
17c911ff
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
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
subworkflow/smooth_calibrate.cwl
+93
-0
93 additions, 0 deletions
subworkflow/smooth_calibrate.cwl
with
93 additions
and
0 deletions
subworkflow/smooth_calibrate.cwl
0 → 100644
+
93
−
0
View file @
ad0ed696
class: Workflow
cwlVersion: v1.0
id: smooth_calibrate
label: smooth_calibrate
$namespaces:
sbg: 'https://www.sevenbridges.com/'
inputs:
- id: msin
type: 'Directory[]'
'sbg:x': -684
'sbg:y': -41
- id: mode
type:
type: enum
symbols:
- scalarcomplexgain
- scalarphase
- scalaramplitude
- tec
- tecandphase
- fulljones
- diagonal
- phaseonly
- amplitudeonly
- rotation
- rotation+diagonal
name: mode
'sbg:x': -431
'sbg:y': 145
- id: propagate_solutions
type: boolean
'sbg:x': -265.89886474609375
'sbg:y': -222.5
- id: flagunconverged
type: boolean
'sbg:x': -300
'sbg:y': 234
- id: do_smooth
type: boolean
'sbg:x': -674.8988647460938
'sbg:y': 185.5
outputs:
- id: h5parm
outputSource:
- calib_cal/h5parm
type: File
'sbg:x': 104.91718292236328
'sbg:y': -19.33123779296875
steps:
- id: blsmooth
in:
- id: msin
source: msin
- id: do_smooth
source: do_smooth
- id: in_column_name
default: DATA
- id: out_column
default: SMOOTHED_DATA
- id: restore
default: true
out:
- id: msout
run: ../steps/blsmooth.cwl
label: smooth_corrected
scatter:
- msin
'sbg:x': -394
'sbg:y': -29
- id: calib_cal
in:
- id: msin
source: blsmooth/msout
- id: msin_datacolumn
default: SMOOTHED_DATA
- id: propagate_solutions
source: propagate_solutions
- id: flagunconverged
source: flagunconverged
- id: flagdivergedonly
default: true
- id: mode
source: mode
out:
- id: msout
- id: h5parm
run: ../lofar-cwl/steps/ddecal.cwl
scatter:
- msin
'sbg:x': -124
'sbg:y': -43
requirements:
- class: ScatterFeatureRequirement
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