aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/extragalactic/clusters/main.py
Commit message (Expand)AuthorAgeFilesLines
* Return the list of filepath to the written sky filesAaron LI2017-08-261-0/+8
* clusters/main.py: Update sky header; update comments etc.Aaron LI2017-08-261-5/+7
* configs: Remove option "save"; all enabled components will be savedAaron LI2017-08-261-1/+0
* clusters/halo.py: Rewrite electron acceleration coefficient calcAaron LI2017-08-141-0/+2
* clusters/main.py: Use OrderedDict to easy keys manipulationAaron LI2017-08-141-29/+31
* clusters: Rename property "injection_rate" and save into halos dataAaron LI2017-08-141-0/+1
* Fix several bugsAaron LI2017-08-131-11/+3
* clusters/main.py: Implement "simulate_frequency()" and "simulate()"Aaron LI2017-08-131-0/+46
* clusters: Halo templates are normalized to have mean of 1Aaron LI2017-08-131-1/+1
* clusters/main.py: Add method "_outfilepath()"Aaron LI2017-08-131-0/+21
* clusters/main.py: Set sky header propertiesAaron LI2017-08-131-4/+5
* clusters/main.py: Implement "_draw_halos()" methodAaron LI2017-08-121-2/+27
* clusters/main.py: Inherent cluster catalog info to halos dataAaron LI2017-08-121-4/+9
* clusters/main.py: Add missing columns to DataFrame conversionAaron LI2017-08-121-2/+2
* clusters/halo: "volume" use unit "kpc^3" instead of "cm^3"Aaron LI2017-08-111-1/+1
* clusters/main.py: Calculate and cache more halo dataAaron LI2017-08-061-4/+9
* clusters/main.py: Convert halos data to be a DataFrame and dumpAaron LI2017-08-031-0/+19
* Improve logging messagesAaron LI2017-08-011-0/+5
* clusters: Add config "halos_dumpfile" and dump simulate halos dataAaron LI2017-08-011-1/+8
* clusters: Fix several small issues on wrong variable namesAaron LI2017-07-311-2/+2
* clusters/main.py: Use PSFormalism to simulate cluster catalogAaron LI2017-07-311-13/+11
* Add `fg21sim.share` module to hold globally shared "CONFIGS" & "COSMO"Aaron LI2017-07-311-2/+1
* clusters/main.py: Add method "_simulate_halos()"Aaron LI2017-07-311-0/+43
* clusters/main.py: Commit missing changes on CONFIGS and COSMOAaron LI2017-07-231-3/+3
* Use all uppercase to identify the global CONFIGS and COSMOAaron LI2017-07-221-3/+3
* clusters: Import global "configs" to simplify parametersAaron LI2017-07-221-20/+3
* clusters: Move "magnetic_field()" function to helper.pyAaron LI2017-07-221-24/+0
* clusters: Rename "last major merger" to "recent major merger"Aaron LI2017-07-221-21/+20
* clusters/main.py: Add property "halo_configs"Aaron LI2017-07-221-1/+31
* clusters/main.py: Add "_magnetic_field()" methodAaron LI2017-07-211-0/+33
* Use the global "cosmo" instance for simplificationAaron LI2017-07-211-12/+3
* clusters/main.py: Add basic "preprocess()" methodAaron LI2017-07-201-1/+23
* clusters/main.py: Implement "_simulate_merger()"Aaron LI2017-07-201-6/+76
* clusters/main.py: Add and save catalog comments for columnsAaron LI2017-07-191-6/+18
* clusters/main.py: GalaxyClusters implements some basic methodsAaron LI2017-07-191-8/+130
* fg21sim/clusters: Save progress on halo simulationAaron LI2017-06-011-0/+24