Skip to content
Snippets Groups Projects
Select Git revision
  • 47cfdcb2b39d4838c4acb921d9762c020c8c19b3
  • master default protected
  • L2SS-1914-fix_job_dispatch
  • TMSS-3170
  • TMSS-3167
  • TMSS-3161
  • TMSS-3158-Front-End-Only-Allow-Changing-Again
  • TMSS-3133
  • TMSS-3319-Fix-Templates
  • test-fix-deploy
  • TMSS-3134
  • TMSS-2872
  • defer-state
  • add-custom-monitoring-points
  • TMSS-3101-Front-End-Only
  • TMSS-984-choices
  • SDC-1400-Front-End-Only
  • TMSS-3079-PII
  • TMSS-2936
  • check-for-max-244-subbands
  • TMSS-2927---Front-End-Only-PXII
  • Before-Remove-TMSS
  • LOFAR-Release-4_4_318 protected
  • LOFAR-Release-4_4_317 protected
  • LOFAR-Release-4_4_316 protected
  • LOFAR-Release-4_4_315 protected
  • LOFAR-Release-4_4_314 protected
  • LOFAR-Release-4_4_313 protected
  • LOFAR-Release-4_4_312 protected
  • LOFAR-Release-4_4_311 protected
  • LOFAR-Release-4_4_310 protected
  • LOFAR-Release-4_4_309 protected
  • LOFAR-Release-4_4_308 protected
  • LOFAR-Release-4_4_307 protected
  • LOFAR-Release-4_4_306 protected
  • LOFAR-Release-4_4_304 protected
  • LOFAR-Release-4_4_303 protected
  • LOFAR-Release-4_4_302 protected
  • LOFAR-Release-4_4_301 protected
  • LOFAR-Release-4_4_300 protected
  • LOFAR-Release-4_4_299 protected
41 results

TBB_Writer_main.cc

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    apply_calibrate_pa.cwl 4.05 KiB
    class: Workflow
    cwlVersion: v1.0
    id: apply_calibrate
    label: apply_calibrate
    $namespaces:
      sbg: 'https://www.sevenbridges.com/'
    inputs:
      - id: msin
        type: Directory
        'sbg:x': -1000
        'sbg:y': -200
      - id: do_smooth
        type: boolean
        'sbg:x': -1000
        'sbg:y': -100
      - id: flagunconverged
        type: boolean
        'sbg:x': -1000
        'sbg:y': 100
      - id: propagatesolutions
        type: boolean
        'sbg:x': -1000
        'sbg:y': 200
      - id: input_h5parm
        type: File
        'sbg:x': -1000
        'sbg:y': 300
    outputs:
      - id: msout
        outputSource:
          - calib_cal/msout
        type: Directory
        'sbg:x': 1000
        'sbg:y': -200
      - id: BLsmooth.log
        outputSource:
          - BLsmooth/logfile
        type: File
        'sbg:x': 1000
        'sbg:y': -100
      - id: apply_cal.log
        outputSource:
          - concat_logfiles_applycal/output
        type: File
        'sbg:x': 1000
        'sbg:y': 0
      - id: calib_cal.log
        outputSource:
          - concat_logfiles_calib_cal/output
        type: File
        'sbg:x': 1000
        'sbg:y': 100
      - id: outh5parm
        outputSource:
          - calib_cal/h5parm
        type: File
        'sbg:x': 1000
        'sbg:y': 200
      - id: applybeam.log
        outputSource:
          - concat_logfiles_applybeam/output
        type: File
        'sbg:x': 1000
        'sbg:y': 300
    steps:
      - id: applyPA
        in:
          - id: msin
            source: msin
          - id: msin_datacolumn
            default: DATA
          - id: parmdb
            source: input_h5parm
          - id: msout_datacolumn
            default: CORRECTED_DATA
          - id: storagemanager
            default: Dysco
          - id: databitrate
            default: 0
          - id: correction
            default: polalign
        out:
          - id: msout
          - id: logfile
        run: ../lofar-cwl/steps/applycal.cwl
        label: applyPA
        'sbg:x': -400
        'sbg:y': 0
      - id: applybeam
        in:
          - id: msin_datacolumn
            default: CORRECTED_DATA
          - id: msout_datacolumn
            default: CORRECTED_DATA
          - id: storagemanager
            default: Dysco
          - id: databitrate
            default: 0
          - id: updateweights
            default: 'true'
          - id: invert
            default: 'true'
          - id: beammode
            default: element
          - id: usechannelfreq
            default: 'false'
          - id: msin
            source: applyPA/msout
          - id: type
            default: applybeam
        out:
          - id: msout
          - id: logfile
        run: ../lofar-cwl/steps/applybeam.cwl
        label: applybeam
        'sbg:x': -200
        'sbg:y': 0
      - id: BLsmooth
        in:
          - id: msin
            source: applybeam/msout
          - id: do_smooth
            source: do_smooth
          - id: in_column_name
            default: CORRECTED_DATA
        out:
          - id: msout
          - id: logfile
        run: ../steps/blsmooth.cwl
        label: BLsmooth
        'sbg:x': 0
        'sbg:y': 0
      - id: calib_cal
        in:
          - id: msin
            source: BLsmooth/msout
          - id: msin_datacolumn
            default: SMOOTHED_DATA
          - id: msin_modelcolum
            default: MODEL_DATA
          - id: flagunconverged
            source: flagunconverged
          - id: propagate_solutions
            source: propagatesolutions
          - id: mode
            default: rotation+diagonal
        out:
          - id: msout
          - id: h5parm
          - id: logfile
        run: ../lofar-cwl/steps/ddecal.cwl
        'sbg:x': 500
        'sbg:y': 0
      - id: concat_logfiles_calib_cal
        in:
          - id: file_list
            source:
              - calib_cal/logfile
          - id: file_prefix
            default: calib_cal
        out:
          - id: output
        run: ../steps/concatenate_files.cwl
        label: concat_logfiles_calib_cal
        'sbg:x': 700
        'sbg:y': 200
      - id: concat_logfiles_applybeam
        in:
          - id: file_list
            source:
              - applybeam/logfile
          - id: file_prefix
            default: applybeam
        out:
          - id: output
        run: ../steps/concatenate_files.cwl
        label: concat_logfiles_applybeam
        'sbg:x': 0
        'sbg:y': 200
      - id: concat_logfiles_applycal
        in:
          - id: file_list
            source:
              - applyPA/logfile
          - id: file_prefix
            default: applycal
        out:
          - id: output
        run: ../steps/concatenate_files.cwl
        label: concat_logfiles_applycal
        'sbg:x': -200
        'sbg:y': 200
    requirements: []