Skip to content
Snippets Groups Projects
Select Git revision
  • 123d2767d7402d1c1b390c69da18be513b25c1bb
  • master default protected
  • reverse_versions
  • optimize_workflow
  • poppy_integration_v50
  • poppy_integration
  • releases/v5.0 protected
  • use-versioned-releases
  • releases/v5.0rc2 protected
  • releases/v5.0rc1 protected
  • releases/ldv_v407_atdb protected
  • ldv_v407_debug
  • releases/ldv_v406_debug protected
  • releases/ldv_v405 protected
  • releases/ldv_v404 protected
  • v5.0
  • v5.0rc2
  • v5.0rc1
  • ldv_v406_debug
  • ldv_v405_debug
  • ldv_v404
  • ldv_v403
  • ldv_v402
  • v4.0
  • ldv_v401
  • ldv_v40
  • ldv_v031
  • ldv_v03
  • ldv_v01
29 results

uvplot.cwl

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'