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
Merge requests
!32
Expose elevation for parset
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Expose elevation for parset
expose_elevation_for_parset
into
v0.5.x
Overview
0
Commits
1
Pipelines
0
Changes
3
Merged
Expose elevation for parset
Timo Millenaar
requested to merge
expose_elevation_for_parset
into
v0.5.x
3 months ago
Overview
0
Commits
1
Pipelines
0
Changes
3
0
0
Merge request reports
Compare
v0.5.x
version 1
695bbbcd
3 months ago
v0.5.x (base)
and
latest version
latest version
60e10967
1 commit,
3 months ago
version 1
695bbbcd
2 commits,
3 months ago
3 files
+
16
−
5
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
steps/define_parset.cwl
+
4
−
1
View file @ 60e10967
Edit in single-file editor
Open in Web IDE
Show full file
@@ -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
Loading