summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* calc_overdensity.py: update units usage; fix a bugAaron LI2016-07-041-11/+16
|
* calc_mass_potential.py: update units to "kpc"; update configAaron LI2016-07-041-70/+59
|
* Remove sbpfit.conf; just see fit_sbp.pyAaron LI2016-07-041-62/+0
|
* deproject_sbp.py: minor fixes to "rcut" and "rignore"Aaron LI2016-07-041-2/+4
|
* deproject_sbp.py: use model "report()" methodAaron LI2016-07-041-8/+7
|
* deproject_sbp.py: rename config "sbpexp_rcut*" to "sbpexp_rignore*"Aaron LI2016-07-041-14/+38
| | | | | | * Rename config "sbpexp_rcut" -> "sbpexp_rignore" * Rename config "sbpexp_rcut_ratio" -> "sbpexp_rignore_ratio" * Add new config "sbpexp_rcut" to stop sbp extrapolation
* deproject_sbp.py: use unit "kpc" for saved profile; update to the unit ↵Aaron LI2016-07-041-9/+16
| | | | change of CF profile
* calc_coolfunc.py: update doc; use 3-column tprofile data; etc.Aaron LI2016-07-041-11/+37
|
* calc_overdensity.py: minor update the sample config fileAaron LI2016-07-041-2/+2
|
* Add fit_tprofile.pyAaron LI2016-07-041-0/+249
|
* fitting_models.py: Add "report()" methodAaron LI2016-07-041-1/+32
|
* fit_sbp.py: remove "FitModelSBetaNorm" and "FitModelDBetaNorm"Aaron LI2016-07-041-134/+6
|
* 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}
* calc_mass_potential.py: update "plot()" to support electron density profileAaron LI2016-06-291-3/+17
|
* calc_mass_potential.py: implement plot functionAaron LI2016-06-281-7/+75
|
* calc_mass_potential.py: use R "mgcv::gam()" to fit smoothing splinesAaron LI2016-06-281-87/+234
|
* deproject_sbp.py: remove obsolete class "DeprojectSBP" and some cleanupsAaron LI2016-06-281-244/+3
|
* Change "Weitian" to "Aaron"Aaron LI2016-06-287-7/+7
|
* Change "tprofile" to "t_profile"; Delete "coolfunc.conf"Aaron LI2016-06-282-38/+14
|
* deproject_sbp.py: fit smoothing splines by calling R "mgcv::gam()"Aaron LI2016-06-281-13/+111
|
* deproject_sbp.py: split out method "save()"Aaron LI2016-06-271-16/+32
|
* Move classes FitModel, ABModel & PLCModel from "deproject_sbp.py" to ↵Aaron LI2016-06-272-199/+211
| | | | "fitting_models.py"
* calc_mass_potential.py: implement gravitational pontential calculationAaron LI2016-06-271-10/+87
|
* calc_mass_potential.py: add gravitational pontential calculation documentAaron LI2016-06-261-1/+40
|
* read_table_colspec.py: allow missing data columnsAaron LI2016-06-261-2/+10
|
* Add read_table_colspec.py: convert optical data table to CSV formatAaron LI2016-06-251-0/+133
|
* calc_pei.py: Use InterpolatedUnivariateSplineAaron LI2016-06-251-7/+8
|
* deproject_sbp.py: Use InterpolatedUnivariateSplineAaron LI2016-06-251-15/+13
|
* calc_mass_potential.py: Use InterpolatedUnivariateSpline; rename ↵Aaron LI2016-06-251-32/+29
| | | | interpolate() to fit_spline()
* calc_mass_potential.py: implement "calc_mass_total()"Aaron LI2016-06-251-31/+65
|
* calc_mass_potential.py: update documentationAaron LI2016-06-251-5/+53
|
* astro_params.py: add some constantsAaron LI2016-06-241-5/+20
|
* calc_mass_potential.py: update method gen_radius()Aaron LI2016-06-241-3/+23
|
* Add calc_mass_potential.py: currently only calculate the gas mass profileAaron LI2016-06-241-0/+329
|
* Move "ChandraPixel" from "deproject_sbp.py" to "astro_params.py"Aaron LI2016-06-242-35/+40
|
* deproject_sbp.py: Split out class "Projection" to module "projection.py"Aaron LI2016-06-242-136/+163
|
* deproject_sbp.py: move class "DensityProfile" to tool "calc_mass_potential.py"Aaron LI2016-06-241-59/+2
|
* deproject_sbp.py: split "AstroParams" to module "astro_params.py"Aaron LI2016-06-242-18/+41
|
* deproject_sbp.py: add parameter "sbpexp_rcut" & allow CF extrapolationAaron LI2016-06-231-6/+19
|
* deproject_sbp.py: update plot supportAaron LI2016-06-231-54/+125
|
* deproject_sbp.py: add class DensityProfileAaron LI2016-06-221-9/+62
|
* deproject_sbp.py: add classes AstroParams and BrightnessProfileAaron LI2016-06-221-0/+114
|
* deproject_sbp.py: rewrite documentation; add class ChandraPixelAaron LI2016-06-221-48/+249
|
* fit_sbp.py: update TODOAaron LI2016-06-201-0/+2
|
* Add calc_coolfunc.py: calculate the cooling function profileAaron LI2016-06-202-0/+206
|
* deproject_sbp.py: add cmdline arguments; add methods for class SBPAaron LI2016-06-161-2/+151
|
* deproject_sbp.py: implemented basic SBP extrapolationAaron LI2016-06-151-44/+245
|
* deproject_sbp.py: implement primitive SBP deprojection approachAaron LI2016-06-131-1/+302
|
* deproject_sbp.py: implemented Deprojection classAaron LI2016-06-111-0/+169
|
* ciao_calc_bkg.py: fix calculation formula bugAaron LI2016-06-101-20/+24
|