Skip to content
Snippets Groups Projects
Commit 5739a296 authored by Mattia Mancini's avatar Mattia Mancini
Browse files

WSClean step

parent e1478efe
No related branches found
No related tags found
1 merge request!69Change the name of the pre-calibrated output MS
Pipeline #145 passed with warnings
class: CommandLineTool
cwlVersion: v1.0
id: wsclean
baseCommand:
- wsclean
inputs:
- id: image_size
type: int[]
default: [1000, 1000]
inputBinding:
position: 1
prefix: -size
- id: image_scale
type: float
default: 0.01
inputBinding:
position: 1
prefix: -scale
valueFrom: $(self)deg
- id: image_name
default: image
type: string
inputBinding:
position: 1
prefix: -name
- id: msin
type: Directory
inputBinding:
position: 2
outputs:
dirty_image:
type: File
outputBinding:
glob: $(inputs.image_name)-dirty.fits
image:
type: File
outputBinding:
glob: $(inputs.image_name)-image.fits
label: WSClean
requirements:
- class: DockerRequirement
dockerPull: 'prefactor:latest'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment