Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
VLBI-cwl
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ResearchAndDevelopment
VLBI-cwl
Commits
604c3d41
Commit
604c3d41
authored
2 weeks ago
by
jurjen93
Browse files
Options
Downloads
Patches
Plain Diff
when condition for peak flux selection
parent
e03cd843
No related branches found
Branches containing commit
No related tags found
1 merge request
!76
automated direction-dependent calibration wide-field mode
Pipeline
#108680
passed
2 weeks ago
Stage: version
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
workflows/split-directions.cwl
+4
-1
4 additions, 1 deletion
workflows/split-directions.cwl
with
4 additions
and
1 deletion
workflows/split-directions.cwl
+
4
−
1
View file @
604c3d41
...
...
@@ -57,7 +57,9 @@ inputs:
- id: peak_flux_cut
type: float
default: 0.0
doc: Peak flux (Jy/beam) cut to pre-select sources from catalogue. Default at 0.0 is no cut.
doc: |
Peak flux (Jy/beam) cut to pre-select sources from catalogue. Default at 0.0 is no cut.
Only used when dd_selection==true.
- id: configfile
type: File
default: null
...
...
@@ -83,6 +85,7 @@ steps:
out:
- bright_cat
run: ../steps/select_bright_sources.cwl
when: $(inputs.dd_selection)
- id: target_phaseup
label: Target Phaseup
...
...
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