aboutsummaryrefslogtreecommitdiffstats
path: root/astro/oskar/wsclean.py
Commit message (Collapse)AuthorAgeFilesLines
* astro/wsclean.py: Add -j/--threads argumentAaron LI2019-03-041-2/+8
|
* astro/wsclean.py: Update WSClean parametersAaron LI2018-12-051-2/+2
|
* astro/wsclean.py: Add --tmp-root arguemnt; tweak --niter valueAaron LI2018-08-221-6/+9
|
* astro/wsclean.py: Update WSClean parametersAaron LI2018-03-201-1/+1
|
* astro/wsclean.py: allow use 'WSCLEAN_BIN' to specify path to the binaryAaron LI2018-02-061-2/+8
|
* Also print current working directory (CWDAaron LI2018-02-061-0/+1
|
* astro/wsclean.py: update parameters against w.r.t. WSClean 2.5Aaron LI2018-02-051-3/+3
|
* astro/wsclean.py: Add argument --simulate-noise [mJy]Aaron LI2017-12-051-0/+6
|
* astro/wsclean.py: change Popen() buffer size; minor updatesAaron LI2017-11-291-13/+14
|
* astro/wsclean.py: Add arguments --beam-size and --wlayersAaron LI2017-11-291-4/+14
| | | | Also set --niter default value to 500,000
* astro/calc_psd.py: Improve plot style and minor cleanupsAaron LI2017-11-271-1/+2
|
* astro/wsclean.py: Use randonly generated temporary directoryAaron LI2017-11-241-3/+17
| | | | | Therefore the conflict that running multiple WSClean's on the same MeasurementSet can be avoided.
* astro/ps2d.py: Update logging formatAaron LI2017-11-241-0/+3
| | | | Also close the logfile for astro/oskar/wsclean.py
* astro/wsclean.py: Capture wsclean output and save into a log fileAaron LI2017-11-241-7/+33
|
* astro/wsclean.py: Add argument --circular-beamAaron LI2017-11-211-1/+7
|
* jybeam2k.py & wsclean.py: Update descriptions/commentsAaron LI2017-11-151-9/+11
|
* Update arguments description a bitAaron LI2017-09-121-2/+3
|
* wsclean.py: Add more arguments; as well as add short versionAaron LI2017-09-111-14/+35
|
* wsclean.py: Convert command arguments to strings at onceAaron LI2017-09-101-14/+17
|
* wsclean.py: Add --weight; and add short argument styleAaron LI2017-09-051-10/+18
|
* wsclean.py: Add argument --save-weights (WSClean -saveweights)Aaron LI2017-09-031-0/+7
| | | | Also set temporary directory to "/tmp"
* wsclean.py: Fix --args to pass extra arguments to WSCleanAaron LI2017-09-031-3/+7
|
* wsclean.py: Add --dry-run argument to support dry run modeAaron LI2017-09-011-4/+10
|
* wsclean.py: Remove -image.fits when only create dirty imageAaron LI2017-09-011-6/+13
| | | | And some minor tweaks.
* Add wsclean.py to help create image from OSKAR simulated dataAaron LI2017-09-011-0/+120