Skip to content
Snippets Groups Projects
Select Git revision
  • 95ee8c0c586af577844facf6223e5ee9a7cc4411
  • master default protected
  • gec-84-c-compiler-dependency
  • gec-50-only-test-plot-with-gtkmm
  • make-baseline-aoqplot-nicer
  • use-system-pybind11
  • fix-filterbank-imagesets
  • fix-drawing-large-images
  • allow-writing-to-filterbanksets
  • implement-nroamlize-bandpass-for-non-complex-data
  • support-multiple-pols-in-filterbank
  • solve-flipped-axis-crashes
  • improve-statistics-speed
  • avoid-deprecated-gtkmm
  • ast-1621-deprecated-deletetable
  • ast-1613-update-hdf5-url
  • rename-use-input-flags-variable
  • dockerfile-fix
  • open-correct-data-column
  • add-target-cpu
  • add-git-to-format-conatiner
  • v3.4.0
  • v3.3.0
  • v3.2.0
  • test-vx.y
  • v3.1.0
  • v3.0.0
  • v2.15.0
  • v2.14.0
  • v2.13.0
  • v2.12.1
  • v2.12.0
  • v2.11.0
  • v2.10.0
  • v2.9.0
  • v2.8.0
  • v2.7.0
  • v2.6.0
  • v2.5.0
  • v2.4.0
  • v2.3.0
41 results

combinatorialthresholder.h

Blame
    • Mark de Wever's avatar
      95ee8c0c
      Improves include paths · 95ee8c0c
      Mark de Wever authored
      The include paths for foo/bar.cpp contained ../../ breaking out of the
      source tree. This can pick up files in other directories. This should be
      fixed by not using .. in include paths. That's however not the scope of
      this patch series.
      
      This ../../ worked due to aocommon's global include path. The next patch
      makes aocommon an submodule, which breaks the build due to this
      artifact. Hence fix the paths before making aocommon a submodule.
      95ee8c0c
      History
      Improves include paths
      Mark de Wever authored
      The include paths for foo/bar.cpp contained ../../ breaking out of the
      source tree. This can pick up files in other directories. This should be
      fixed by not using .. in include paths. That's however not the scope of
      this patch series.
      
      This ../../ worked due to aocommon's global include path. The next patch
      makes aocommon an submodule, which breaks the build due to this
      artifact. Hence fix the paths before making aocommon a submodule.
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    combine_inspect_dataset.cwl 554 B
    cwlVersion: 'v1.2'
    class: CommandLineTool
    baseCommand: 
      - inspect_utils.py
      - join
    
    requirements:
      - class: InlineJavascriptRequirement
    hints:
      - class: DockerRequirement
        dockerPull: git.astron.nl:5000/ldv/imaging_compress_pipeline:v0.5.14
      - class: NetworkAccess
        networkAccess: true
    inputs: 
    - id: inputs
      type: File[]
      inputBinding:
        position: 1
    - id: output_filename
      type: string?
      default: inspect.h5
      inputBinding:
        position: 2
    outputs: 
    - id: inspect_file
      type: File
      outputBinding: 
        glob: $(inputs.output_filename)