summaryrefslogtreecommitdiffstats
path: root/deproject_sbp.py
Commit message (Expand)AuthorAgeFilesLines
* deproject_sbp.py: Fix reference journalHEADmasterAaron LI2017-04-021-2/+4
* Add copyright and MIT license disclaimerAaron LI2017-02-121-2/+3
* deproject_sbp.py: ignore non-finite numbers for plotAaron LI2016-07-171-4/+7
* deproject_sbp.py: do not repeat the electron number density calculationAaron LI2016-07-151-5/+8
* deproject_sbp.py: error if config file not existsAaron LI2016-07-141-2/+2
* deproject_sbp.py: Use a default config to allow a minimal user configAaron LI2016-07-111-32/+31
* deproject_sbp.py: use "SmoothSpline" from module "spline.py"Aaron LI2016-07-101-65/+18
* 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
* deproject_sbp.py: use unit "kpc" for saved profile; update to the unit change...Aaron LI2016-07-041-9/+16
* deproject_sbp.py: remove obsolete class "DeprojectSBP" and some cleanupsAaron LI2016-06-281-244/+3
* Change "Weitian" to "Aaron"Aaron LI2016-06-281-1/+1
* 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 "fitting...Aaron LI2016-06-271-199/+5
* deproject_sbp.py: Use InterpolatedUnivariateSplineAaron LI2016-06-251-15/+13
* Move "ChandraPixel" from "deproject_sbp.py" to "astro_params.py"Aaron LI2016-06-241-35/+2
* deproject_sbp.py: Split out class "Projection" to module "projection.py"Aaron LI2016-06-241-136/+2
* 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-241-18/+8
* 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
* 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