| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add 'calc_overdensity.py' | Aaron LI | 2016-07-01 | 1 | -0/+264 |
* | calc_mass_potential.py: update "plot()" to support electron density profile | Aaron LI | 2016-06-29 | 1 | -3/+17 |
* | calc_mass_potential.py: implement plot function | Aaron LI | 2016-06-28 | 1 | -7/+75 |
* | calc_mass_potential.py: use R "mgcv::gam()" to fit smoothing splines | Aaron LI | 2016-06-28 | 1 | -87/+234 |
* | deproject_sbp.py: remove obsolete class "DeprojectSBP" and some cleanups | Aaron LI | 2016-06-28 | 1 | -244/+3 |
* | Change "Weitian" to "Aaron" | Aaron LI | 2016-06-28 | 7 | -7/+7 |
* | Change "tprofile" to "t_profile"; Delete "coolfunc.conf" | Aaron LI | 2016-06-28 | 2 | -38/+14 |
* | deproject_sbp.py: fit smoothing splines by calling R "mgcv::gam()" | Aaron LI | 2016-06-28 | 1 | -13/+111 |
* | deproject_sbp.py: split out method "save()" | Aaron LI | 2016-06-27 | 1 | -16/+32 |
* | Move classes FitModel, ABModel & PLCModel from "deproject_sbp.py" to "fitting... | Aaron LI | 2016-06-27 | 2 | -199/+211 |
* | calc_mass_potential.py: implement gravitational pontential calculation | Aaron LI | 2016-06-27 | 1 | -10/+87 |
* | calc_mass_potential.py: add gravitational pontential calculation document | Aaron LI | 2016-06-26 | 1 | -1/+40 |
* | read_table_colspec.py: allow missing data columns | Aaron LI | 2016-06-26 | 1 | -2/+10 |
* | Add read_table_colspec.py: convert optical data table to CSV format | Aaron LI | 2016-06-25 | 1 | -0/+133 |
* | calc_pei.py: Use InterpolatedUnivariateSpline | Aaron LI | 2016-06-25 | 1 | -7/+8 |
* | deproject_sbp.py: Use InterpolatedUnivariateSpline | Aaron LI | 2016-06-25 | 1 | -15/+13 |
* | calc_mass_potential.py: Use InterpolatedUnivariateSpline; rename interpolate(... | Aaron LI | 2016-06-25 | 1 | -32/+29 |
* | calc_mass_potential.py: implement "calc_mass_total()" | Aaron LI | 2016-06-25 | 1 | -31/+65 |
* | calc_mass_potential.py: update documentation | Aaron LI | 2016-06-25 | 1 | -5/+53 |
* | astro_params.py: add some constants | Aaron LI | 2016-06-24 | 1 | -5/+20 |
* | calc_mass_potential.py: update method gen_radius() | Aaron LI | 2016-06-24 | 1 | -3/+23 |
* | Add calc_mass_potential.py: currently only calculate the gas mass profile | Aaron LI | 2016-06-24 | 1 | -0/+329 |
* | Move "ChandraPixel" from "deproject_sbp.py" to "astro_params.py" | Aaron LI | 2016-06-24 | 2 | -35/+40 |
* | deproject_sbp.py: Split out class "Projection" to module "projection.py" | Aaron LI | 2016-06-24 | 2 | -136/+163 |
* | deproject_sbp.py: move class "DensityProfile" to tool "calc_mass_potential.py" | Aaron LI | 2016-06-24 | 1 | -59/+2 |
* | deproject_sbp.py: split "AstroParams" to module "astro_params.py" | Aaron LI | 2016-06-24 | 2 | -18/+41 |
* | deproject_sbp.py: add parameter "sbpexp_rcut" & allow CF extrapolation | Aaron LI | 2016-06-23 | 1 | -6/+19 |
* | deproject_sbp.py: update plot support | Aaron LI | 2016-06-23 | 1 | -54/+125 |
* | deproject_sbp.py: add class DensityProfile | Aaron LI | 2016-06-22 | 1 | -9/+62 |
* | deproject_sbp.py: add classes AstroParams and BrightnessProfile | Aaron LI | 2016-06-22 | 1 | -0/+114 |
* | deproject_sbp.py: rewrite documentation; add class ChandraPixel | Aaron LI | 2016-06-22 | 1 | -48/+249 |
* | fit_sbp.py: update TODO | Aaron LI | 2016-06-20 | 1 | -0/+2 |
* | Add calc_coolfunc.py: calculate the cooling function profile | Aaron LI | 2016-06-20 | 2 | -0/+206 |
* | deproject_sbp.py: add cmdline arguments; add methods for class SBP | Aaron LI | 2016-06-16 | 1 | -2/+151 |
* | deproject_sbp.py: implemented basic SBP extrapolation | Aaron LI | 2016-06-15 | 1 | -44/+245 |
* | deproject_sbp.py: implement primitive SBP deprojection approach | Aaron LI | 2016-06-13 | 1 | -1/+302 |
* | deproject_sbp.py: implemented Deprojection class | Aaron LI | 2016-06-11 | 1 | -0/+169 |
* | ciao_calc_bkg.py: fix calculation formula bug | Aaron LI | 2016-06-10 | 1 | -20/+24 |
* | Add ciao_calc_bkg.py: calculate the background surface brightness | Aaron LI | 2016-06-10 | 1 | -0/+152 |
* | ciao_extract_sbp.py: remove unused argument --json | Aaron LI | 2016-06-07 | 1 | -4/+4 |
* | ciao_calc_csb.py: minor update to function calc_csb() | Aaron LI | 2016-06-07 | 1 | -9/+9 |
* | build_sample.sh: add argument OWNER; split out function copy_mass_files() | Aaron LI | 2016-06-07 | 1 | -13/+63 |
* | ciao_extract_sbp.py: document the two cases of input files | Aaron LI | 2016-06-06 | 1 | -3/+28 |
* | minor updates | Aaron LI | 2016-05-31 | 3 | -7/+13 |
* | json2csv.py: Fix program description | Aaron LI | 2016-05-18 | 1 | -2/+1 |
* | calc_pei.py: roughly implement the PEI uncertainty estimation | Aaron LI | 2016-05-18 | 1 | -30/+35 |
* | calc_pei.py: update PEI Y positions calc; update "calc_pei()" results | Aaron LI | 2016-05-18 | 1 | -17/+62 |
* | calc_sbp_excess.py: consider cut radius and background subtraction | Aaron LI | 2016-05-17 | 1 | -10/+56 |
* | Add ciao_extract_sbp.py | Aaron LI | 2016-05-17 | 1 | -0/+197 |
* | ciao_calc_csb.py: update subprocess usage; add some background subtraction su... | Aaron LI | 2016-05-16 | 1 | -6/+39 |