We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7eeed7d + 3b8e2c7 commit 0f1837cCopy full SHA for 0f1837c
cultcargo/genesis/wsclean/wsclean-base.yml
@@ -5,10 +5,11 @@ lib:
5
ms:
6
info: Measurement set(s)
7
writable: true
8
- dtype: MS
+ dtype: List[MS]
9
required: true
10
policies:
11
positional: true
12
+ repeat: list
13
prefix:
14
info: Prefix of output products
15
dtype: str
@@ -91,6 +92,13 @@ lib:
91
92
dtype: float
93
auto-mask:
94
95
+ local-rms:
96
+ dtype: bool
97
+ local-rms-window:
98
+ dtype: int
99
+ local-rms-method:
100
+ dtype: str
101
+ choices: [rms, rms-with-min]
102
gain:
103
104
mgain:
@@ -171,3 +179,4 @@ lib:
171
179
skip_freshness_checks: true
172
180
mkdir: true
173
181
must_exist: false
182
+
0 commit comments