Skip to content
Snippets Groups Projects
Select Git revision
  • bebe92b10c0d70d43c5be0606b1c717c2d19a4b5
  • 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

t_service_message_handler.sh

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    uvplot.cwl 1.76 KiB
    class: CommandLineTool
    cwlVersion: v1.2
    $namespaces:
      lofar: 'https://git.astron.nl/eosc/ontologies/raw/master/schema/lofar.owl'
    id: uvplot
    baseCommand:
      - plot_uvcov.py
    inputs:
      - id: MSfiles
        type:
          - Directory[]
          - Directory
        inputBinding:
          position: 2
          shellQuote: false
        doc: List of MS for UV-plotting
      - id: output_name
        type: string?
        default: 'uv-coverage.png'
        inputBinding:
          position: 1
          prefix: '--output'
          shellQuote: false
        doc: Name of the output image
      - id: title
        default: 'uv-coverage'
        type: string?
        inputBinding:
          position: 1
          prefix: '--title'
          shellQuote: false
        doc: Title of the plots
      - id: limits
        default: ',,,'
        type: string?
        inputBinding:
          position: 1
          prefix: '--limits'
          shellQuote: false
      - id: timeslots
        default: '0,10,0'
        type: string?
        inputBinding:
          position: 1
          prefix: '--timeslots'
          shellQuote: false
      - id: antennas
        default: '-1'
        type: string?
        inputBinding:
          position: 1
          prefix: '--antennas'
          shellQuote: false
      - id: wideband
        default: true
        type: boolean?
        inputBinding:
          position: 0
          prefix: '--wideband True'
          shellQuote: false
    outputs:
      - id: output_image
        doc: Plot of the uv-coverage
        type: File[]
        outputBinding:
          glob: "*$(inputs.output_name.split('.').pop())"
      - id: logfile
        type: File[]
        outputBinding:
          glob: 'uvplot*.log'
    label: uvplot
    hints:
      - class: DockerRequirement
        dockerPull: astronrd/linc:v4.0-42-gf3198f7
    requirements:
      - class: ShellCommandRequirement
      - class: InlineJavascriptRequirement
    stdout: uvplot.log
    stderr: uvplot_err.log
    $schema:
      - 'https://git.astron.nl/eosc/ontologies/raw/master/schema/lofar.owl'