Skip to content

Commit 0f1837c

Browse files
authored
Merge pull request #42 from caracal-pipeline/local-rms
add wslean local-rms and move temp-dir to inputs
2 parents 7eeed7d + 3b8e2c7 commit 0f1837c

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

cultcargo/genesis/wsclean/wsclean-base.yml

+10-1
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ lib:
55
ms:
66
info: Measurement set(s)
77
writable: true
8-
dtype: MS
8+
dtype: List[MS]
99
required: true
1010
policies:
1111
positional: true
12+
repeat: list
1213
prefix:
1314
info: Prefix of output products
1415
dtype: str
@@ -91,6 +92,13 @@ lib:
9192
dtype: float
9293
auto-mask:
9394
dtype: float
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]
94102
gain:
95103
dtype: float
96104
mgain:
@@ -171,3 +179,4 @@ lib:
171179
skip_freshness_checks: true
172180
mkdir: true
173181
must_exist: false
182+

0 commit comments

Comments
 (0)