summaryrefslogtreecommitdiffstats
path: root/deproject_sbp.py
Commit message (Expand)AuthorAgeFilesLines
* 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