Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clusters: rework the reuse of previously dumped cluster catalog | Aaron LI | 2018-01-02 | 1 | -2/+3 |
| | |||||
* | configs/checkers: add _check_file_existence() and some cleanups | Aaron LI | 2018-01-02 | 1 | -14/+49 |
| | |||||
* | clusters/halo: Support use the previously dumped halos raw data | Aaron LI | 2017-10-19 | 1 | -0/+8 |
| | | | | | | Add option "use_dump_halos_data" to control whether to just use the previously dumped halos data, therefore, the radio emissions at additional frequencies can be simply calculated. | ||||
* | clusters: "catalog_outfile" is required | Aaron LI | 2017-10-19 | 1 | -0/+2 |
| | |||||
* | clusters: Use "hmf" to calculate halo mass functions/distributions | Aaron LI | 2017-10-04 | 1 | -2/+5 |
| | | | | | | | | | | | | * New dependency "hmf" (halo mass functions) module * Calculate halo mass distributions/functions (dndlnm) with respect to masses and redshifts, instead of use the previous data file ("ps_data") * New section "[extragalactic][psformalism]" in configurations * New functions to write and read the dndlnm data TODO: * update the method to sample (mass, redshift) for clusters from the dndlnm data | ||||
* | clusters: Add option "use_output_catalog" to continue halo simulation | Aaron LI | 2017-09-03 | 1 | -0/+3 |
| | |||||
* | configs: Update option descriptions; also tweak checkers a bit | Aaron LI | 2017-09-03 | 1 | -6/+2 |
| | |||||
* | configs: Fix checker for "extragalactic/clusters" section | Aaron LI | 2017-08-29 | 1 | -1/+1 |
| | |||||
* | configs: Delete obsolete checks on "{halphamap,dustmap}_unit" | Aaron LI | 2017-08-27 | 1 | -4/+0 |
| | |||||
* | configs: Clean up unused options; clean up checkers as well | Aaron LI | 2017-08-26 | 1 | -2/+1 |
| | |||||
* | configs: Remove option "save"; all enabled components will be saved | Aaron LI | 2017-08-26 | 1 | -8/+4 |
| | |||||
* | foregrounds.py: Remove foreground components combination | Aaron LI | 2017-08-26 | 1 | -12/+3 |
| | | | | | * Remove output configs "combine", "combine_prefix", "output_dir" * Remove configuration checker "check_output" | ||||
* | checkers.py: Drop resolution check to avoid circular importing error | Aaron LI | 2017-07-21 | 1 | -7/+0 |
| | | | | Signed-off-by: Aaron LI <aly@aaronly.me> | ||||
* | galactic/snr: Update to support the sky.py | Aaron LI | 2017-05-22 | 1 | -1/+1 |
| | | | | Also fix a typo in configs/checkers.py | ||||
* | configs/checkers: Check SNR simulation resolution against pixel size | Aaron LI | 2017-05-21 | 1 | -0/+7 |
| | |||||
* | configs: New "sky" section, and remove "common" section | Aaron LI | 2017-05-16 | 1 | -23/+27 |
| | | | | * Update checkers accordingly | ||||
* | configs: Use separate section "foregrounds" to config components | Aaron LI | 2017-05-16 | 1 | -15/+26 |
| | | | | Also update copyright information. | ||||
* | configs/checkers.py: Add checker "check_extragalactic_clusters()" | Aaron LI | 2016-11-17 | 1 | -9/+28 |
| | |||||
* | configs/checkers.py: Check missing before validating the values | Aaron LI | 2016-11-11 | 1 | -4/+12 |
| | |||||
* | configs/checkers.py: Add "check_common()" | Aaron LI | 2016-11-07 | 1 | -0/+25 |
| | |||||
* | configs: Rename "validate.py" and update "validate_configs()" | Aaron LI | 2016-11-04 | 1 | -0/+179 |
* Rename "validate.py" to "checkers.py", to avoid the confusion with the "validate" module from "configobj"; * Rename function "validate_configs()" to "check_configs()"; * "check_configs()": add optional parameter "raise_exception"; * "check_configs()": update to return both the result and errors dict. |