Skip to content
Snippets Groups Projects
Select Git revision
  • 85c288af6cad7108c06f4070c90c06ad4ba52bac
  • master default protected
  • fix-64-bit
  • L2SDP-261
  • 2021-04-14T14.09.01_sdptr
  • 2021-04-14T13.43.34_sdptr
6 results

fpga.cpp

Blame
  • Forked from LOFAR2.0 / sdptr
    Source project has a limited visibility.
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    aggregate_and_plot.cwl 408 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: []