-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdegrid.yaml
42 lines (40 loc) · 1021 Bytes
/
degrid.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
inputs:
ms:
dtype: URI
required: true
abbreviation: ms
info: Path to measurement set.
mds:
dtype: str
required: true
abbreviation: mds
info: Path to the mds that needs to be degridded
model-column:
dtype: str
default: MODEL_DATA
info: Column to write model data to
product:
dtype: str
abbreviation: p
default: I
info: Imaging products to degrid. Options are I, Q, U, V. Only single Stokes products
are currently supported.
integrations-per-image:
dtype: int
default: -1
abbreviation: ipi
info: Number of time integrations corresponding to each image. Default -1 (equivalently
0 or None) implies degrid per scan.
channels-per-image:
dtype: int
abbreviation: cpi
default: -1
info: Number of channels per image. Default (-1, 0, None) -> dataset per spw.
accumulate:
dtype: bool
default: false
info: Accumulate onto model column
_include:
- (.)gridding.yml
- (.)dist.yml
outputs: {}