| Commit message (Expand) | Author | Age | Files | Lines |
* | oskar/montage_skypatch.py: Fix a log message | Aaron LI | 2018-05-23 | 1 | -1/+1 |
* | Add astro/montage_skypatch.py to create large sky model for oskar | Aaron LI | 2018-05-23 | 1 | -0/+251 |
* | astro/wsclean.py: Update WSClean parameters | Aaron LI | 2018-03-20 | 1 | -1/+1 |
* | astro/wsclean.py: allow use 'WSCLEAN_BIN' to specify path to the binary | Aaron LI | 2018-02-06 | 1 | -2/+8 |
* | astro/run_oskar.py: allow use 'OSKAR_BIN' to specify the simulator path | Aaron LI | 2018-02-06 | 1 | -4/+10 |
* | Also print current working directory (CWD | Aaron LI | 2018-02-06 | 2 | -0/+2 |
* | astro/wsclean.py: update parameters against w.r.t. WSClean 2.5 | Aaron LI | 2018-02-05 | 1 | -3/+3 |
* | astro/run_oskar.py: better report time cost | Aaron LI | 2018-02-04 | 1 | -6/+12 |
* | astro/run_oskar.py: change --chunk-size to --max-chunk; to save mem | Aaron LI | 2018-02-04 | 1 | -3/+23 |
* | astro/run_oskar.py: Add --use-double/--use-single arguments | Aaron LI | 2018-02-04 | 1 | -5/+19 |
* | oskar/sim_interferometer.base.ini: update base settings | Aaron LI | 2018-01-26 | 1 | -0/+8 |
* | astro/run_oskar.py: allow to specify GPU devices to use: --gpu-ids | Aaron LI | 2018-01-26 | 1 | -5/+12 |
* | astro/fits2skymodel: Fix a minus sign for WCS CDELT1 | Aaron LI | 2018-01-09 | 1 | -4/+4 |
* | astro/oskar: add latest SKA1-Low layouts | Aaron LI | 2018-01-04 | 528 | -0/+136012 |
* | astro/oskar: add base settings file for oskar_sim_interferometric | Aaron LI | 2018-01-04 | 1 | -0/+64 |
* | astro/run_oskar.py: add arguments --use-gpu, --use-cpu, and --num-devices | Aaron LI | 2018-01-04 | 1 | -7/+25 |
* | astro/wsclean.py: Add argument --simulate-noise [mJy] | Aaron LI | 2017-12-05 | 1 | -0/+6 |
* | minor updates | Aaron LI | 2017-12-03 | 1 | -1/+1 |
* | astro/fits2skymodel.py: workaround MAXVALUE keyword when it's inf | Aaron LI | 2017-11-30 | 1 | -1/+2 |
* | astro/wsclean.py: change Popen() buffer size; minor updates | Aaron LI | 2017-11-29 | 1 | -13/+14 |
* | astro/wsclean.py: Add arguments --beam-size and --wlayers | Aaron LI | 2017-11-29 | 1 | -4/+14 |
* | astro/calc_psd.py: Improve plot style and minor cleanups | Aaron LI | 2017-11-27 | 1 | -1/+2 |
* | astro/wsclean.py: Use randonly generated temporary directory | Aaron LI | 2017-11-24 | 1 | -3/+17 |
* | astro/ps2d.py: Update logging format | Aaron LI | 2017-11-24 | 1 | -0/+3 |
* | astro/wsclean.py: Capture wsclean output and save into a log file | Aaron LI | 2017-11-24 | 1 | -7/+33 |
* | astro/fits2skymodel.py: Fix OSM FITS save; Update header | Aaron LI | 2017-11-23 | 1 | -8/+20 |
* | astro/fits2skymodel.py: support thresholding by a maximum value | Aaron LI | 2017-11-23 | 1 | -30/+37 |
* | astro/fits2skymodel.py: Take absolute values (21 cm signal absorption) | Aaron LI | 2017-11-22 | 1 | -1/+1 |
* | Minor improves to output/logging | Aaron LI | 2017-11-22 | 1 | -2/+3 |
* | Improve logging format | Aaron LI | 2017-11-22 | 1 | -2/+1 |
* | astro/wsclean.py: Add argument --circular-beam | Aaron LI | 2017-11-21 | 1 | -1/+7 |
* | astro/jybeam2k.py: Derive beam size using 'WSCNORMF' by default | Aaron LI | 2017-11-21 | 1 | -9/+45 |
* | astro/jybeam2k.py: Add argument --beam to allow to specify beam size | Aaron LI | 2017-11-21 | 1 | -6/+13 |
* | astro/oskar: Add beamsize.py to summary beam sizes of multiple images | Aaron LI | 2017-11-21 | 1 | -0/+59 |
* | jybeam2k.py & wsclean.py: Update descriptions/comments | Aaron LI | 2017-11-15 | 2 | -10/+12 |
* | Add astro/oskar/jybeam2k.py: Convert image unit [Jy/beam] to [K] | Aaron LI | 2017-10-31 | 1 | -0/+112 |
* | run_oskar.py: always print the OSKAR simulator command | Aaron LI | 2017-10-30 | 1 | -2/+2 |
* | run_oskar.py: Convert command arguments to string | Aaron LI | 2017-09-13 | 1 | -7/+7 |
* | run_oskar.py: add --items to specify simulation models in cmd | Aaron LI | 2017-09-13 | 1 | -11/+20 |
* | run_oskar.py: Add argument --chunk-size; Update --vis-oskar | Aaron LI | 2017-09-13 | 1 | -20/+24 |
* | run_oskar.py: Print more information more beautiful | Aaron LI | 2017-09-13 | 1 | -11/+19 |
* | fits2skymodel.py: Convert image to float32; Fix a string format error | Aaron LI | 2017-09-13 | 1 | -3/+3 |
* | fits2skymodel.py: Show image size and FoV size | Aaron LI | 2017-09-13 | 1 | -1/+20 |
* | Update arguments description a bit | Aaron LI | 2017-09-12 | 2 | -5/+7 |
* | taper_sky.py: Convert input image to be float32 | Aaron LI | 2017-09-12 | 1 | -3/+3 |
* | fits2skymodel.py: Save the minimum cut value | Aaron LI | 2017-09-11 | 1 | -0/+1 |
* | wsclean.py: Add more arguments; as well as add short version | Aaron LI | 2017-09-11 | 1 | -14/+35 |
* | wsclean.py: Convert command arguments to strings at once | Aaron LI | 2017-09-10 | 1 | -14/+17 |
* | wsclean.py: Add --weight; and add short argument style | Aaron LI | 2017-09-05 | 1 | -10/+18 |
* | fits2skymodel.py: Update logging messages | Aaron LI | 2017-09-04 | 1 | -4/+7 |