aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/configs
Commit message (Expand)AuthorAgeFilesLines
* clusters/halo: Determine magnetic field by fraction of its energy densityAaron LI2017-10-201-8/+4
* clusters: Update configuration defaults and descriptionAaron LI2017-10-191-12/+12
* clusters/halo: Support use the previously dumped halos raw dataAaron LI2017-10-192-0/+15
* clusters/halo: Rewrite halos catalog and raw data saveAaron LI2017-10-191-3/+11
* clusters: "catalog_outfile" is requiredAaron LI2017-10-191-0/+2
* clusters/halo: Increase the time step, but require a minimum of 20 stepsAaron LI2017-10-181-1/+1
* configs: remove "filemode" optionAaron LI2017-10-162-6/+2
* clusters: Use "hmf" to calculate halo mass functions/distributionsAaron LI2017-10-042-13/+46
* configs/manager.py: Add missing cosmology parametersAaron LI2017-10-041-0/+2
* utils/cosmology.py: Add parameter Tcmb0 [K]Aaron LI2017-10-041-2/+4
* configs: Use lower case for logging levelsAaron LI2017-10-042-14/+8
* utils/cosmology: Add scalar spectral index "ns"Aaron LI2017-10-041-0/+2
* configs: Clean up some commentsAaron LI2017-10-032-14/+0
* clusters: Add option "use_output_catalog" to continue halo simulationAaron LI2017-09-032-0/+17
* configs: Update option descriptions; also tweak checkers a bitAaron LI2017-09-032-7/+12
* clusters: Add config option "boost"Aaron LI2017-09-011-0/+5
* configs/logging: print time only, without dateAaron LI2017-09-011-1/+1
* configs: Update clusters simulation parametersAaron LI2017-08-311-4/+4
* clusters/psformalism: Remove config "f_darkmatter"Aaron LI2017-08-291-3/+0
* configs: Fix checker for "extragalactic/clusters" sectionAaron LI2017-08-291-1/+1
* configs: update "frequencies" property to be a numpy arrayAaron LI2017-08-281-6/+7
* configs: Update default values of some optionsAaron LI2017-08-272-7/+9
* configs: Use "utf-8" encoding to allow unicode in config filesAaron LI2017-08-271-6/+11
* configs: Delete obsolete checks on "{halphamap,dustmap}_unit"Aaron LI2017-08-271-4/+0
* configs: synchrotron: default to not add smallscalesAaron LI2017-08-271-3/+5
* freefree.py: Remove units of "halphamap" and "dustmap"Aaron LI2017-08-271-6/+4
* configs: Import ConfigManager by defaultAaron LI2017-08-261-1/+1
* configs: Clean up unused options; clean up checkers as wellAaron LI2017-08-263-8/+4
* configs: Remove unused option "unit", and minor cleanupsAaron LI2017-08-261-9/+4
* configs: Remove option "save"; all enabled components will be savedAaron LI2017-08-263-18/+4
* config: Change "output/use_float" to "output/float32"Aaron LI2017-08-261-2/+2
* foregrounds.py: Remove foreground components combinationAaron LI2017-08-262-21/+3
* clusters/halo.py: Rewrite electron acceleration coefficient calcAaron LI2017-08-141-2/+3
* Use "GalaxyClusters" from main.py, and remove clusters.pyAaron LI2017-08-141-1/+1
* configs: Clean up importsAaron LI2017-08-011-2/+1
* configs: Default logging to INFO; remove a obsolete config optionAaron LI2017-08-012-6/+1
* clusters: Add config "halos_dumpfile" and dump simulate halos dataAaron LI2017-08-011-0/+4
* clusters: Add psformalism.py to simulate cluster catalogAaron LI2017-07-311-2/+11
* Add `fg21sim.share` module to hold globally shared "CONFIGS" & "COSMO"Aaron LI2017-07-311-2/+0
* galactic/freefree: Add "dust_fraction" and "halpha_abs_th" configsAaron LI2017-07-291-0/+12
* galactic/freefree: Add config "electron_temperature"Aaron LI2017-07-291-0/+5
* clusters/configs: Update "beta_turb" default to 1.0Aaron LI2017-07-271-1/+1
* configs: Update [[halos]] sections a bitAaron LI2017-07-251-5/+6
* clusters/halo: Change config "eta_turb" to "beta_turb"Aaron LI2017-07-251-3/+2
* Use all uppercase to identify the global CONFIGS and COSMOAaron LI2017-07-221-2/+2
* configs/manager.py: Add formatter for handlersAaron LI2017-07-221-1/+8
* configs: Update cosmology parameters (Komatsu et al. 2011)Aaron LI2017-07-221-1/+2
* clusters/halo.py: More cleanups with minor updatesAaron LI2017-07-221-0/+1
* clusters/main.py: Add property "halo_configs"Aaron LI2017-07-221-27/+13
* clusters/main.py: Add "_magnetic_field()" methodAaron LI2017-07-211-8/+7