aboutsummaryrefslogtreecommitdiffstats
path: root/astro/oskar/run_oskar.py
Commit message (Collapse)AuthorAgeFilesLines
* 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