summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Add ciao_calc_bkg.py: calculate the background surface brightnessAaron LI2016-06-101-0/+152
|
* ciao_extract_sbp.py: remove unused argument --jsonAaron LI2016-06-071-4/+4
|
* ciao_calc_csb.py: minor update to function calc_csb()Aaron LI2016-06-071-9/+9
|
* build_sample.sh: add argument OWNER; split out function copy_mass_files()Aaron LI2016-06-071-13/+63
|
* ciao_extract_sbp.py: document the two cases of input filesAaron LI2016-06-061-3/+28
|
* minor updatesAaron LI2016-05-313-7/+13
|
* json2csv.py: Fix program descriptionAaron LI2016-05-181-2/+1
|
* calc_pei.py: roughly implement the PEI uncertainty estimationAaron LI2016-05-181-30/+35
|
* calc_pei.py: update PEI Y positions calc; update "calc_pei()" resultsAaron LI2016-05-181-17/+62
|
* calc_sbp_excess.py: consider cut radius and background subtractionAaron LI2016-05-171-10/+56
|
* Add ciao_extract_sbp.pyAaron LI2016-05-171-0/+197
|
* ciao_calc_csb.py: update subprocess usage; add some background subtraction ↵Aaron LI2016-05-161-6/+39
| | | | support
* ciao_calc_csb.py: PEP8 fixesAaron LI2016-05-161-36/+41
|
* calc_radial_psd.py: PEP8 fixesAaron LI2016-05-091-62/+69
|