Skip to content
Snippets Groups Projects
Select Git revision
  • 61a057e9158f73c792ff8b22d460b4b6ecdbbbbe
  • main default protected
  • extend_to_support_multi_evaluation
  • openmp-parallelization
  • extend_to_support_multi_evaluation_xsimd_float
  • gpu_predict
  • compute-smearterms-gpu
  • fix-radec2lmn
  • enable-radec2lmn-avx2
  • new-implementation
  • remove-duo-matrix
  • temp_initial_split
12 results

test_spectrum.cpp

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    aggregate_and_plot.cwl 602 B
    cwlVersion: v1.0
    class: CommandLineTool
    
    requirements:
      - class: DockerRequirement
        dockerPull: git.astron.nl:5000/ldv/imaging_compress_pipeline:v0.5.1
    
    baseCommand: python3
    arguments:
      - $(inputs.workdir)/imaging_compress_pipeline.git/aggregate_and_plot.py
    
    inputs:
      workdir:
        type: string
        inputBinding:
          position: 1  # The first argument after the script will be the workdir
    
    outputs:
    - id: plots
      type: File[]
      outputBinding:
        glob: "*.png"
    - id: outputs
      type: File
      outputBinding:
        glob: "outputs.txt"
    - id: inspect
      type: File
      outputBinding:
        glob: "inspect.h5"