summaryrefslogtreecommitdiffstats
path: root/calc_overdensity.py
Commit message (Collapse)AuthorAgeFilesLines
* Add copyright and MIT license disclaimerAaron LI2017-02-121-2/+3
|
* calc_overdensity.py: Use class "SmoothSpline" from module "spline.py"Aaron LI2016-07-131-62/+16
|
* calc_overdensity.py: Use a default config to allow a minimal user configAaron LI2016-07-111-22/+26
|
* calc_overdensity.py: update units usage; fix a bugAaron LI2016-07-041-11/+16
|
* calc_overdensity.py: minor update the sample config fileAaron LI2016-07-041-2/+2
|
* Add 'calc_overdensity.py'Aaron LI2016-07-011-0/+264
* Calculate the overdensity profile * Determine the radii: R_{delta} * Calculate the total/gas mass within R_{delta}: Mtotal_{delta}, Mgas_{delta}