Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
imaging_compress_pipeline
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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LDV
imaging_compress_pipeline
Commits
60e10967
Commit
60e10967
authored
2 months ago
by
Timo Millenaar
Browse files
Options
Downloads
Patches
Plain Diff
Expose elevation for parset
parent
ad995a23
Branches
expose_elevation_for_parset
Branches containing commit
Tags
Tags containing commit
2 merge requests
!32
Expose elevation for parset
,
!31
Revert "Enable metadata compression"
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
compress_pipeline.cwl
+8
-4
8 additions, 4 deletions
compress_pipeline.cwl
download_and_compress_pipeline.cwl
+4
-0
4 additions, 0 deletions
download_and_compress_pipeline.cwl
steps/define_parset.cwl
+4
-1
4 additions, 1 deletion
steps/define_parset.cwl
with
16 additions
and
5 deletions
compress_pipeline.cwl
+
8
−
4
View file @
60e10967
...
@@ -16,6 +16,8 @@ inputs:
...
@@ -16,6 +16,8 @@ inputs:
type: boolean?
type: boolean?
- id: msin
- id: msin
type: Directory
type: Directory
- id: flag_elevation
type: string?
outputs:
outputs:
- id: inspect
- id: inspect
...
@@ -167,6 +169,8 @@ steps:
...
@@ -167,6 +169,8 @@ steps:
source: flag_autocorrelation
source: flag_autocorrelation
- id: is_raw
- id: is_raw
source: identify_issues/is_raw
source: identify_issues/is_raw
- id: flag_elevation
source: flag_elevation
run: steps/define_parset.cwl
run: steps/define_parset.cwl
out:
out:
- id: output
- id: output
...
...
This diff is collapsed.
Click to expand it.
download_and_compress_pipeline.cwl
+
4
−
0
View file @
60e10967
...
@@ -17,6 +17,8 @@ inputs:
...
@@ -17,6 +17,8 @@ inputs:
type: string[]
type: string[]
- id: is_long_baseline
- id: is_long_baseline
type: boolean?
type: boolean?
- id: flag_elevation
type: string?
outputs:
outputs:
- id: compressed
- id: compressed
...
@@ -67,6 +69,8 @@ steps:
...
@@ -67,6 +69,8 @@ steps:
source: flag_autocorrelation
source: flag_autocorrelation
- id: is_long_baseline
- id: is_long_baseline
source: is_long_baseline
source: is_long_baseline
- id: flag_elevation
source: flag_elevation
scatter:
scatter:
- msin
- msin
run: ./compress_pipeline.cwl
run: ./compress_pipeline.cwl
...
...
This diff is collapsed.
Click to expand it.
steps/define_parset.cwl
+
4
−
1
View file @
60e10967
...
@@ -22,7 +22,7 @@ requirements:
...
@@ -22,7 +22,7 @@ requirements:
aoflag.strategy=/usr/local/share/aoflagger/strategies/lofar-default.lua
aoflag.strategy=/usr/local/share/aoflagger/strategies/lofar-default.lua
#
#
flagelev.type=preflagger
flagelev.type=preflagger
flagelev.elevation=
0deg..20deg
flagelev.elevation=
$(inputs.flag_elevation)
#
#
flagamp.amplmin=1e-30
flagamp.amplmin=1e-30
flagamp.type=preflagger
flagamp.type=preflagger
...
@@ -35,6 +35,9 @@ inputs:
...
@@ -35,6 +35,9 @@ inputs:
- id: is_raw
- id: is_raw
type: boolean
type: boolean
default: true
default: true
- id: flag_elevation
type: string
default: '0deg..20deg'
outputs:
outputs:
- id: output
- id: output
...
...
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