Skip to content

Commit cb97eae

Browse files
committed
add wslean local-rms and move temp-dir to inputs
1 parent 7d5247b commit cb97eae

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

cultcargo/genesis/wsclean/wsclean-base.yml

+15-6
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:
@@ -159,15 +167,16 @@ lib:
159167
dtype: float
160168
maxuvw-m:
161169
dtype: float
170+
temp-dir:
171+
dtype: Directory
172+
skip_freshness_checks: true
173+
mkdir: false
174+
must_exist: false
162175

163176
base-outputs:
164177
source-list:
165178
info: Source list
166179
dtype: File
167180
implicit: "{current.prefix}-sources.txt"
168181
must_exist: false
169-
temp-dir:
170-
dtype: Directory
171-
skip_freshness_checks: true
172-
mkdir: true
173-
must_exist: false
182+

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "cult-cargo"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
description = "Curated cargo of standard radio astronomy packages for stimela 2.0"
55
authors = ["Oleg Smirnov, Sphesihle Makhathini"]
66
license = "MIT"

0 commit comments

Comments
 (0)