aboutsummaryrefslogtreecommitdiffstats
path: root/astro/oskar/run_oskar.py
Commit message (Collapse)AuthorAgeFilesLines
* 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-061-0/+1
|
* 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
|
* astro/run_oskar.py: allow to specify GPU devices to use: --gpu-idsAaron LI2018-01-261-5/+12
|
* astro/run_oskar.py: add arguments --use-gpu, --use-cpu, and --num-devicesAaron LI2018-01-041-7/+25
|
* 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
|
* run_oskar.py: Record total time; print banner between runsAaron LI2017-08-221-0/+8
|
* run_oskar.py: Add argument --telescope, some minor updatesAaron LI2017-08-221-11/+15
|
* astro/run_oskar.py: add arguments --no-vis-oskar and --no-vis-msAaron LI2017-07-011-2/+14
| | | | Allow to disable the output of visibility in OSKAR native format
* Add astro/oskar/run_oskar.pyAaron LI2017-06-131-0/+89