|
1 | 1 | { |
2 | 2 | "task": "wsclean", |
3 | 3 | "base": "stimela/wsclean", |
4 | | - "tag": ["1.6.0-1", "1.2.3", "1.6.3", "1.7.3", "1.7.4"], |
| 4 | + "tag": ["1.6.0-1", "1.2.3", "1.6.3", "1.7.3", "1.7.4", "1.7.7"], |
5 | 5 | "description": "WSClean imaging software", |
6 | | - "version" : ["2.6", "2.8", "2.9", "3.0.1", "3.1"], |
| 6 | + "version" : ["2.6", "2.8", "2.9", "3.0.1", "3.1", "3.3"], |
7 | 7 | "prefix": "-", |
8 | 8 | "binary": "wsclean", |
9 | 9 | "junk" : [], |
|
42 | 42 | "info": "Like 'mem', but this specifies a fixed amount of memory in gigabytes.", |
43 | 43 | "dtype": "float", |
44 | 44 | "default": null, |
45 | | - "name": "absmem" |
| 45 | + "name": "absmem", |
| 46 | + "mapping": "abs-mem" |
46 | 47 | }, |
47 | 48 | { |
48 | 49 | "info": "Increase verbosity of output", |
|
115 | 116 | "info": "In spectral mode, calculate the weights as if the image was made using MFS. This makes sure that the sum of channel images equals the MFS weights. Otherwise, the channel image will become a bit more naturally weighted. This is only relevant for weighting modes that require gridding (i.e., Uniform, Briggs').", |
116 | 117 | "dtype": "bool", |
117 | 118 | "name": "nomfsweighting", |
118 | | - "mapping": "no-mfs-weighting" |
| 119 | + "mapping": "no-mf-weighting" |
119 | 120 | }, |
120 | 121 | { |
121 | 122 | "info": "Filter the weights and set high weights to the local mean. The level parameter specifies the filter level; any value larger than level*localmean will be set to level*localmean.", |
|
632 | 633 | "dtype": "int", |
633 | 634 | "default": null, |
634 | 635 | "name": "pb-grid-size" |
| 636 | + }, |
| 637 | + { |
| 638 | + "info": "Restore the model image onto the residual image and save it in output image. By default, the beam parameters are read from the residual image. If this parameter is given, wsclean will do the restoring and then exit: no cleaning is performed.", |
| 639 | + "dtype": "list:file", |
| 640 | + "name": "restore", |
| 641 | + "default": null, |
| 642 | + "io": "output" |
| 643 | + }, |
| 644 | + { |
| 645 | + "info": "Restore a source list onto the residual image and save it in output image. Except for the model input format, this parameter behaves equal to -restore.", |
| 646 | + "dtype": "list:file", |
| 647 | + "name": "restore-list", |
| 648 | + "default": null, |
| 649 | + "io": "output" |
| 650 | + }, |
| 651 | + { |
| 652 | + "info": "Shift the phase centre to the given location. The shift is along the tangential plane.", |
| 653 | + "dtype": "list:str", |
| 654 | + "name": "shift", |
| 655 | + "default": null |
635 | 656 | } |
636 | 657 | ] |
637 | 658 | } |
0 commit comments