# https://github.com/EOSC-LOFAR/prefactor-cwl (MIT license) cwlVersion: v1.0 class: CommandLineTool baseCommand: [python, /usr/lib/prefactor/scripts/amplitudes_losoto_3.py] label: "Smooth amplitudes" hints: DockerRequirement: dockerPull: kernsuite/prefactor inputs: globaldbname: type: File format: http://revoltek.github.io/losoto/cookbook.pdf label: "Input H5Parm" inputBinding: position: 1 n_chan: type: int? doc: "number of channels solved for per subband (i.e., number of solutions along frequencies axis of MS)" default: 4 inputBinding: position: 3 bad_sblist: type: int[]? inputBinding: position: 4 arguments: # calsource - valueFrom: "fitclock" position: 2 outputs: amplitude_array: type: File format: https://docs.scipy.org/doc/numpy-dev/neps/npy-format.html label: "Smoothed amplitudes" outputBinding: glob: "fitclock_amplitude_array.npy" $namespaces: s: http://schema.org/ $schemas: - https://schema.org/version/latest/schema.rdf s:license: "https://mit-license.org/" s:author: s:person.url: "http://orcid.org/0000-0002-6136-3724"