Skip to content
Snippets Groups Projects
Commit 604c3d41 authored by jurjen93's avatar jurjen93
Browse files

when condition for peak flux selection

parent e03cd843
No related branches found
No related tags found
1 merge request!76automated direction-dependent calibration wide-field mode
Pipeline #108680 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment