Skip to content

Commit 7a4d44f

Browse files
authored
Merge pull request #813 from ratt-ru/update_wsclean
Update wsclean
2 parents 645df07 + d367d02 commit 7a4d44f

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "stimela"
3-
version = "1.8.2"
3+
version = "1.8.3"
44
description = "Dockerized radio interferometry scripting framework"
55
authors = ["Sphesihle Makhathini <sphemakh@gmail.com>", "RATT"]
66
readme = "README.rst"

stimela/cargo/cab/wsclean/parameters.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,8 @@
221221
"info": "Increase the number of w-layers by this factor.",
222222
"dtype": "int",
223223
"default": null,
224-
"name": "nwlayers-factor"
224+
"name": "nwlayers-factor",
225+
"mapping": "wstack-nwlayers-factor"
225226
},
226227
{
227228
"info": "Perform inversion at the Nyquist resolution and upscale the image to the requested image size afterwards. This speeds up inversion considerably, but makes aliasing slightly worse. This effect is in most cases <1%",

0 commit comments

Comments
 (0)