aboutsummaryrefslogtreecommitdiffstats
path: root/bin/fg21sim
Commit message (Collapse)AuthorAgeFilesLines
* bin/fg21sim: Remove the deleted backup=True parameterAaron LI2019-02-281-1/+1
|
* Improve costing time report: use seconds if <= 3 minutesAaron LI2018-02-031-4/+8
|
* Numba: disable/restrict the Numba JIT usage; needs refactor -> Cython ...Aaron LI2018-02-021-1/+1
|
* bin/fg21sim: better report the version info with release dateAaron LI2018-01-201-3/+8
|
* bin/fg21sim: add --version argument, and log version informationAaron LI2018-01-201-1/+5
|
* configs: Use lower case for logging levelsAaron LI2017-10-041-2/+2
|
* Update time cost report; Also fix a variable name errorAaron LI2017-09-011-2/+2
|
* Add `fg21sim.share` module to hold globally shared "CONFIGS" & "COSMO"Aaron LI2017-07-311-2/+2
| | | | Signed-off-by: Aaron LI <aly@aaronly.me>
* Use all uppercase to identify the global CONFIGS and COSMOAaron LI2017-07-221-10/+10
| | | | | | Update to use the global CONFIGS and COSMO Signed-off-by: Aaron LI <aly@aaronly.me>
* bin/fg21sim: Setup cosmology model at the beginningAaron LI2017-07-211-3/+8
| | | | | | | | * Update copyright * Add a help on "DEBUG_FG21SIM" * Also fix a bug in cosmology setup() Signed-off-by: Aaron LI <aly@aaronly.me>
* Update the "process time" to "CPU process time"Aaron LI2016-11-211-1/+1
|
* bin/fg21sim: Import "Foregrounds" when using; Add timingAaron LI2016-11-181-3/+18
|
* bin: Update "log_stream" and "loglevel" handlingAaron LI2016-11-041-5/+1
| | | | | | * bin/fg21sim: Simplify the "log_stream" assignment * bin/fg21sim-webui: Also enable debug logging when turning on debug flag for the tornado; also update the docstring a little.
* Update to use renamed "check_configs()" instead of "validate_configs()"Aaron LI2016-11-041-2/+2
|
* bin/fg21sim: Update the import pathAaron LI2016-10-271-1/+1
|
* bin/fg21sim: Rewrite to use the interface from foreground.pyAaron LI2016-10-181-44/+5
| | | | | This greatly simplifies the "bin/fg21sim" script, and also makes the script more generic.
* bin/fg21sim: Add one debug before logging availableAaron LI2016-10-171-0/+3
|
* bin/fg21sim: Support new component "galactic/snr"Aaron LI2016-10-171-0/+10
| | | | Also update the general config for the new "galactic/snr" component.
* Update bin/fg21sim to support Galactic free-free componentAaron LI2016-10-111-4/+24
| | | | | | | | | * bin/fg21sim: check the "common/components" config to simulate the enabled components; * bin/fg21sim: add Galactic free-free component support; * galactic/freefree.py: fix missing attributes. NOTE: simulated free-free maps are WRONG!! Need check/debug!
* Add bin/fg21sim and some updates to galactic/synchrotronAaron LI2016-10-041-0/+67
* Add new executable "bin/fg21sim" * galactic/synchrotron: update to use "configs.get_path()" * galactic/synchrotron: create output dir if not exists * galactic/synchrotron: add logging support * galactic/synchrotron: append FITS extension to filename * galactic/synchrotron: pass the basic test TODO: * "output()" needs fixes with the FITS header