Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bin/fg21sim: Remove the deleted backup=True parameter | Aaron LI | 2019-02-28 | 1 | -1/+1 |
| | |||||
* | Improve costing time report: use seconds if <= 3 minutes | Aaron LI | 2018-02-03 | 1 | -4/+8 |
| | |||||
* | Numba: disable/restrict the Numba JIT usage; needs refactor -> Cython ... | Aaron LI | 2018-02-02 | 1 | -1/+1 |
| | |||||
* | bin/fg21sim: better report the version info with release date | Aaron LI | 2018-01-20 | 1 | -3/+8 |
| | |||||
* | bin/fg21sim: add --version argument, and log version information | Aaron LI | 2018-01-20 | 1 | -1/+5 |
| | |||||
* | configs: Use lower case for logging levels | Aaron LI | 2017-10-04 | 1 | -2/+2 |
| | |||||
* | Update time cost report; Also fix a variable name error | Aaron LI | 2017-09-01 | 1 | -2/+2 |
| | |||||
* | Add `fg21sim.share` module to hold globally shared "CONFIGS" & "COSMO" | Aaron LI | 2017-07-31 | 1 | -2/+2 |
| | | | | Signed-off-by: Aaron LI <aly@aaronly.me> | ||||
* | Use all uppercase to identify the global CONFIGS and COSMO | Aaron LI | 2017-07-22 | 1 | -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 beginning | Aaron LI | 2017-07-21 | 1 | -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 LI | 2016-11-21 | 1 | -1/+1 |
| | |||||
* | bin/fg21sim: Import "Foregrounds" when using; Add timing | Aaron LI | 2016-11-18 | 1 | -3/+18 |
| | |||||
* | bin: Update "log_stream" and "loglevel" handling | Aaron LI | 2016-11-04 | 1 | -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 LI | 2016-11-04 | 1 | -2/+2 |
| | |||||
* | bin/fg21sim: Update the import path | Aaron LI | 2016-10-27 | 1 | -1/+1 |
| | |||||
* | bin/fg21sim: Rewrite to use the interface from foreground.py | Aaron LI | 2016-10-18 | 1 | -44/+5 |
| | | | | | This greatly simplifies the "bin/fg21sim" script, and also makes the script more generic. | ||||
* | bin/fg21sim: Add one debug before logging available | Aaron LI | 2016-10-17 | 1 | -0/+3 |
| | |||||
* | bin/fg21sim: Support new component "galactic/snr" | Aaron LI | 2016-10-17 | 1 | -0/+10 |
| | | | | Also update the general config for the new "galactic/snr" component. | ||||
* | Update bin/fg21sim to support Galactic free-free component | Aaron LI | 2016-10-11 | 1 | -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/synchrotron | Aaron LI | 2016-10-04 | 1 | -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 |