aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/extragalactic/clusters/main.py
Commit message (Expand)AuthorAgeFilesLines
* clusters/halo: delete radius_virial_{main,sub} and kT_sub propertiesAaron LI2018-01-031-3/+0
* clusters: Fix catalog data to CSV saveAaron LI2018-01-031-1/+3
* clusters: update to to use the new HaloEmission in _calc_halos_emission()Aaron LI2018-01-031-13/+9
* clusters: simplify _set_configs()Aaron LI2018-01-021-18/+17
* clusters: pad the catalog merger events to allow CSV saveAaron LI2018-01-021-1/+14
* clusters: simulate and extract all recent merger eventsAaron LI2018-01-021-49/+33
* clusters: skip dropping out halos when using dumped dataAaron LI2018-01-021-1/+1
* clusters: dump & load catalog with commentsAaron LI2018-01-021-5/+5
* clusters: rework the reuse of previously dumped cluster catalogAaron LI2018-01-021-29/+50
* clusters: merge _save_halos_catalog() and _dump_halos_data()Aaron LI2018-01-021-28/+26
* clusters: change "catalog" from DataFrame to a list of dictAaron LI2018-01-021-71/+79
* Minor updates and cleanupsAaron LI2018-01-021-25/+24
* clusters/psformalism: sample_z_m() return tuple of lists instead of dataframeAaron LI2018-01-021-1/+3
* Improve descriptions and minor cleanupsAaron LI2018-01-011-9/+9
* clusters/mergertree: add param mtree to maximum_merger and recent_major_mergerAaron LI2018-01-011-2/+2
* clusters/formation: Move parameter "ratio_major" to recent_major_merger()Aaron LI2018-01-011-4/+3
* clusters/halo: Change option "tau_merger" to "time_traceback"Aaron LI2018-01-011-4/+4
* clusters/halo: Add back "mach_turbulence" attributeAaron LI2017-12-311-1/+1
* Minor cleanupsAaron LI2017-12-301-4/+4
* clusters/halo: support to drop out the most powerful halosAaron LI2017-12-301-0/+26
* clusters/halo: Estimate turbulence acceleration w.r.t. injection scaleAaron LI2017-12-301-1/+1
* clusters/halo: Rename property "magnetic_field" to "B_obs"Aaron LI2017-10-241-1/+1
* clusters/halo: merge halo_rprofile() & draw_halo(); Fix halo radius errorAaron LI2017-10-231-2/+2
* clusters/formation: Fix problem that no mergers occurredAaron LI2017-10-221-0/+1
* clusters/halo: Add "use_max_merger" option to allow use max merger eventsAaron LI2017-10-221-20/+30
* clusters/halo: Rewrite turbulence acceleration & diffusion coefficient!Aaron LI2017-10-211-1/+2
* clusters/halos: Add more cluster and halo propertiesAaron LI2017-10-211-5/+9
* clusters: Fix a comment about "felong"Aaron LI2017-10-211-2/+1
* clusters/halo: Add "kT_obs" and "tback_merger" propertiesAaron LI2017-10-191-1/+3
* clusters/halo: rewrite power/flux/Tb calc with k-correction consideredAaron LI2017-10-191-3/+4
* clusters/halo: Fix load halos data; fix save halos catalogAaron LI2017-10-191-27/+28
* clusters/halo: Force to use cluster catalog if use_dump_halos_data=TrueAaron LI2017-10-191-0/+5
* clusters/halo: Support use the previously dumped halos raw dataAaron LI2017-10-191-1/+11
* cluster/halos: Split out "_calc_halos_emission()" methodAaron LI2017-10-191-11/+32
* clusters/halo: Add and use attribute "self.halos_data_dumpfile"Aaron LI2017-10-191-2/+4
* clusters/halo: Rewrite halos catalog and raw data saveAaron LI2017-10-191-15/+39
* clusters: "catalog_outfile" is requiredAaron LI2017-10-191-3/+1
* clusters: More regular shape for radio halosAaron LI2017-10-161-6/+5
* clusters: Update the documents/comments a b itAaron LI2017-10-141-9/+4
* clusters/psformalism.py: Rewrite sample_z_m() methodAaron LI2017-10-041-0/+2
* clusters: Add option "use_output_catalog" to continue halo simulationAaron LI2017-09-031-4/+19
* 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