aboutsummaryrefslogtreecommitdiffstats
path: root/astro/oskar
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/fits2skymodel.py: Fix a typoAaron LI2018-11-291-1/+1
|
* astro/wsclean.py: Add --tmp-root arguemnt; tweak --niter valueAaron LI2018-08-221-6/+9
|
* oskar/montage_skypatch.py: Fix a log messageAaron LI2018-05-231-1/+1
|
* Add astro/montage_skypatch.py to create large sky model for oskarAaron LI2018-05-231-0/+251
|
* 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
|
* astro/run_oskar.py: allow use 'OSKAR_BIN' to specify the simulator pathAaron LI2018-02-061-4/+10
|
* Also print current working directory (CWDAaron LI2018-02-062-0/+2
|
* astro/wsclean.py: update parameters against w.r.t. WSClean 2.5Aaron LI2018-02-051-3/+3
|
* astro/run_oskar.py: better report time costAaron LI2018-02-041-6/+12
|
* astro/run_oskar.py: change --chunk-size to --max-chunk; to save memAaron LI2018-02-041-3/+23
| | | | | | Set the maximum allowed chunk size instead of a fixed chunk size. When the number of input source number is less than the specified maximum chunk size, then just use the source number as the simulation chunk size.
* astro/run_oskar.py: Add --use-double/--use-single argumentsAaron LI2018-02-041-5/+19
|
* oskar/sim_interferometer.base.ini: update base settingsAaron LI2018-01-261-0/+8
|
* astro/run_oskar.py: allow to specify GPU devices to use: --gpu-idsAaron LI2018-01-261-5/+12
|
* astro/fits2skymodel: Fix a minus sign for WCS CDELT1Aaron LI2018-01-091-4/+4
| | | | and other two minor fixes
* astro/oskar: add latest SKA1-Low layoutsAaron LI2018-01-04528-0/+136012
|
* astro/oskar: add base settings file for oskar_sim_interferometricAaron LI2018-01-041-0/+64
|
* astro/run_oskar.py: add arguments --use-gpu, --use-cpu, and --num-devicesAaron LI2018-01-041-7/+25
|
* astro/wsclean.py: Add argument --simulate-noise [mJy]Aaron LI2017-12-051-0/+6
|
* minor updatesAaron LI2017-12-031-1/+1
|
* astro/fits2skymodel.py: workaround MAXVALUE keyword when it's infAaron LI2017-11-301-1/+2
|
* 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/fits2skymodel.py: Fix OSM FITS save; Update headerAaron LI2017-11-231-8/+20
|
* astro/fits2skymodel.py: support thresholding by a maximum valueAaron LI2017-11-231-30/+37
|
* astro/fits2skymodel.py: Take absolute values (21 cm signal absorption)Aaron LI2017-11-221-1/+1
|
* Minor improves to output/loggingAaron LI2017-11-221-2/+3
|
* Improve logging formatAaron LI2017-11-221-2/+1
|
* astro/wsclean.py: Add argument --circular-beamAaron LI2017-11-211-1/+7
|
* astro/jybeam2k.py: Derive beam size using 'WSCNORMF' by defaultAaron LI2017-11-211-9/+45
| | | | | * Add argument --use-fitted-beam to force to use the fitted beam * Change argument --beam to --beam-size
* astro/jybeam2k.py: Add argument --beam to allow to specify beam sizeAaron LI2017-11-211-6/+13
|
* astro/oskar: Add beamsize.py to summary beam sizes of multiple imagesAaron LI2017-11-211-0/+59
|
* jybeam2k.py & wsclean.py: Update descriptions/commentsAaron LI2017-11-152-10/+12
|
* Add astro/oskar/jybeam2k.py: Convert image unit [Jy/beam] to [K]Aaron LI2017-10-311-0/+112
|
* run_oskar.py: always print the OSKAR simulator commandAaron LI2017-10-301-2/+2
|
* run_oskar.py: Convert command arguments to stringAaron LI2017-09-131-7/+7
|
* run_oskar.py: add --items to specify simulation models in cmdAaron LI2017-09-131-11/+20
| | | | Also fix an argument name error
* run_oskar.py: Add argument --chunk-size; Update --vis-oskarAaron LI2017-09-131-20/+24
| | | | | | | | * Add argument --chunk-size: overwrite the max sources per chunk in the configuration file * Remove argument --no-vis-ms * Change argument --no-vis-oskar to --vis-oskar * Change argument --dryrun to --dry-run
* run_oskar.py: Print more information more beautifulAaron LI2017-09-131-11/+19
|
* fits2skymodel.py: Convert image to float32; Fix a string format errorAaron LI2017-09-131-3/+3
|
* fits2skymodel.py: Show image size and FoV sizeAaron LI2017-09-131-1/+20
|
* Update arguments description a bitAaron LI2017-09-122-5/+7
|
* taper_sky.py: Convert input image to be float32Aaron LI2017-09-121-3/+3
|
* fits2skymodel.py: Save the minimum cut valueAaron LI2017-09-111-0/+1
|