Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | logging: report line numbers to help debug | Aaron LI | 2017-11-16 | 1 | -1/+1 |
| | |||||
* | configs: remove "filemode" option | Aaron LI | 2017-10-16 | 1 | -3/+1 |
| | |||||
* | utils/cosmology.py: Add parameter Tcmb0 [K] | Aaron LI | 2017-10-04 | 1 | -2/+4 |
| | |||||
* | configs: Use lower case for logging levels | Aaron LI | 2017-10-04 | 1 | -6/+6 |
| | |||||
* | utils/cosmology: Add scalar spectral index "ns" | Aaron LI | 2017-10-04 | 1 | -0/+2 |
| | |||||
* | configs/logging: print time only, without date | Aaron LI | 2017-09-01 | 1 | -1/+1 |
| | |||||
* | configs: Update default values of some options | Aaron LI | 2017-08-27 | 1 | -6/+8 |
| | |||||
* | configs: Clean up unused options; clean up checkers as well | Aaron LI | 2017-08-26 | 1 | -4/+3 |
| | |||||
* | configs: Remove unused option "unit", and minor cleanups | Aaron LI | 2017-08-26 | 1 | -9/+4 |
| | |||||
* | config: Change "output/use_float" to "output/float32" | Aaron LI | 2017-08-26 | 1 | -2/+2 |
| | |||||
* | foregrounds.py: Remove foreground components combination | Aaron LI | 2017-08-26 | 1 | -9/+0 |
| | | | | | * Remove output configs "combine", "combine_prefix", "output_dir" * Remove configuration checker "check_output" | ||||
* | configs: Default logging to INFO; remove a obsolete config option | Aaron LI | 2017-08-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Aaron LI <aly@aaronly.me> | ||||
* | configs: Update cosmology parameters (Komatsu et al. 2011) | Aaron LI | 2017-07-22 | 1 | -1/+2 |
| | | | | | | References: Komatsu et al. 2011, ApJS, 192, 18; Tab.(1) Signed-off-by: Aaron LI <aly@aaronly.me> | ||||
* | configs: Default to not generate products manifest | Aaron LI | 2017-07-21 | 1 | -2/+4 |
| | | | | Signed-off-by: Aaron LI <aly@aaronly.me> | ||||
* | configs: Update default values | Aaron LI | 2017-07-19 | 1 | -5/+6 |
| | | | | Signed-off-by: Aaron LI <aly@aaronly.me> | ||||
* | Small updates to comments and configuration descriptions | Aaron LI | 2017-07-19 | 1 | -7/+8 |
| | | | | Signed-off-by: Aaron LI <aly@aaronly.me> | ||||
* | Use [arcsec] as the unit for pixel size and resolution | Aaron LI | 2017-07-19 | 1 | -1/+1 |
| | | | | Signed-off-by: Aaron LI <aly@aaronly.me> | ||||
* | cosmology: Use default parameters from configurations | Aaron LI | 2017-06-23 | 1 | -0/+2 |
| | | | | Also add configuration option "cosmology/Omegab0". | ||||
* | Use keyword "BUNIT" and unit "K" | Aaron LI | 2017-06-13 | 1 | -1/+1 |
| | |||||
* | configs: Default to disable all foregrounds | Aaron LI | 2017-06-13 | 1 | -4/+4 |
| | |||||
* | configs: Add sigma8 to specifications | Aaron LI | 2017-06-01 | 1 | -0/+2 |
| | |||||
* | configs : Drop "output/filetype"; only support FITS | Aaron LI | 2017-05-17 | 1 | -6/+3 |
| | |||||
* | configs: New "sky" section, and remove "common" section | Aaron LI | 2017-05-16 | 1 | -13/+32 |
| | | | | * Update checkers accordingly | ||||
* | configs: Use separate section "foregrounds" to config components | Aaron LI | 2017-05-16 | 1 | -13/+18 |
| | | | | Also update copyright information. | ||||
* | Minor updates | Aaron LI | 2016-11-26 | 1 | -0/+5 |
| | |||||
* | configs: Change default logging level to "DEBUG" | Aaron LI | 2016-11-21 | 1 | -1/+1 |
| | |||||
* | configs: Add new option "output/manifest" | Aaron LI | 2016-11-20 | 1 | -0/+3 |
| | | | | | The option "output/manifest" is the filename of the output manifest for the simulation products. | ||||
* | configs: Update logging message format | Aaron LI | 2016-11-17 | 1 | -1/+1 |
| | | | | | * Also update the logging messages styles for the Web UI * Show a modal notification when the task finished. | ||||
* | configs: Add parameters "min" and "max" to float-type options | Aaron LI | 2016-11-07 | 1 | -5/+5 |
| | |||||
* | configs: Change "logging/filemode" to boolean "logging/appendmode" | Aaron LI | 2016-11-07 | 1 | -3/+3 |
| | | | | | * Update the "logging" property in "manager.py" * Also add "extragalactic/clusters" to "common/components" | ||||
* | configs/00-general.conf.spec: Add new option "checksum" | Aaron LI | 2016-10-27 | 1 | -0/+6 |
| | |||||
* | configs: Remove the unused config "ordering" | Aaron LI | 2016-10-18 | 1 | -3/+1 |
| | | | | All HEALPix maps used are in *RING* ordering. | ||||
* | bin/fg21sim: Support new component "galactic/snr" | Aaron LI | 2016-10-17 | 1 | -1/+5 |
| | | | | Also update the general config for the new "galactic/snr" component. | ||||
* | Fix an import; Update one pattern and a comment | Aaron LI | 2016-10-14 | 1 | -2/+2 |
| | |||||
* | configs: Change default Nside to 1024 | Aaron LI | 2016-10-10 | 1 | -2/+2 |
| | |||||
* | Remove the "common/data_dir" config item | Aaron LI | 2016-10-04 | 1 | -4/+0 |
| | |||||
* | Fix wrong config syntax and minor changes to ConfigManager | Aaron LI | 2016-10-04 | 1 | -4/+4 |
| | |||||
* | Update the default config specifications. | Aaron LI | 2016-10-03 | 1 | -5/+13 |
| | | | | | | * Add new configs for the [frequency] section * Use "None" as the default value for some configs * Fix the syntax of "cosmology/OmegaM0" | ||||
* | Update general configurations and synchrotron configs | Aaron LI | 2016-10-03 | 1 | -0/+8 |
| | |||||
* | configs: Add new sections to "00-general.conf.spec" | Aaron LI | 2016-10-02 | 1 | -0/+66 |
| | | | | | | | | These new sections added: * common * frequency * output * cosmology | ||||
* | configs: Update comments for the logging configs | Aaron LI | 2016-10-02 | 1 | -2/+6 |
| | |||||
* | configs: Minor adjustment to logging format | Aaron LI | 2016-09-29 | 1 | -1/+1 |
| | |||||
* | configs: Add default config spec for logging | Aaron LI | 2016-09-29 | 1 | -0/+34 |