index
:
cexcess.git
master
Tools to analyze X-ray central emission excess
Git Repositories Owner
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
fit_sbp.py: fix the bug about user config file
Aaron LI
2016-07-12
1
-23
/
+25
*
calc_mass_potential.py: fix the bug about user config file
Aaron LI
2016-07-11
1
-2
/
+2
*
calc_mass_potential.py: Use a default config to allow a minimal user config
Aaron LI
2016-07-11
1
-27
/
+30
*
calc_overdensity.py: Use a default config to allow a minimal user config
Aaron LI
2016-07-11
1
-22
/
+26
*
deproject_sbp.py: Use a default config to allow a minimal user config
Aaron LI
2016-07-11
1
-32
/
+31
*
calc_coolfunc.py: Use a default config to allow a minimal user config
Aaron LI
2016-07-11
1
-22
/
+26
*
Add make_tprofile_config.py: make tprofile.conf
Aaron LI
2016-07-11
1
-0
/
+92
*
info.py: Add functions "get_redshift()" and "get_nh()"
Aaron LI
2016-07-11
1
-0
/
+22
*
info.py: Add function "get_owner()"
Aaron LI
2016-07-11
1
-4
/
+21
*
fit_tprofile.py: Use a default config to allow a minimal user config
Aaron LI
2016-07-11
1
-24
/
+27
*
calc_mass_potential.py: Allow disable the calculation of potential profile
Aaron LI
2016-07-11
1
-8
/
+12
*
calc_mass_potential.py: fix previous commit
Aaron LI
2016-07-10
1
-3
/
+1
*
calc_mass_potential.py: use "SmoothSpline" from module "spline.py"
Aaron LI
2016-07-10
1
-134
/
+34
*
Minor updates to the sample configurations
Aaron LI
2016-07-10
2
-2
/
+5
*
fit_tprofile.py: set default "rcut=3000"
Aaron LI
2016-07-10
1
-4
/
+9
*
deproject_sbp.py: use "SmoothSpline" from module "spline.py"
Aaron LI
2016-07-10
1
-65
/
+18
*
Add spline.py with class "SmoothSpline"
Aaron LI
2016-07-10
1
-0
/
+102
*
calc_overdensity.py: update units usage; fix a bug
Aaron LI
2016-07-04
1
-11
/
+16
*
calc_mass_potential.py: update units to "kpc"; update config
Aaron LI
2016-07-04
1
-70
/
+59
*
Remove sbpfit.conf; just see fit_sbp.py
Aaron LI
2016-07-04
1
-62
/
+0
*
deproject_sbp.py: minor fixes to "rcut" and "rignore"
Aaron LI
2016-07-04
1
-2
/
+4
*
deproject_sbp.py: use model "report()" method
Aaron LI
2016-07-04
1
-8
/
+7
*
deproject_sbp.py: rename config "sbpexp_rcut*" to "sbpexp_rignore*"
Aaron LI
2016-07-04
1
-14
/
+38
*
deproject_sbp.py: use unit "kpc" for saved profile; update to the unit change...
Aaron LI
2016-07-04
1
-9
/
+16
*
calc_coolfunc.py: update doc; use 3-column tprofile data; etc.
Aaron LI
2016-07-04
1
-11
/
+37
*
calc_overdensity.py: minor update the sample config file
Aaron LI
2016-07-04
1
-2
/
+2
*
Add fit_tprofile.py
Aaron LI
2016-07-04
1
-0
/
+249
*
fitting_models.py: Add "report()" method
Aaron LI
2016-07-04
1
-1
/
+32
*
fit_sbp.py: remove "FitModelSBetaNorm" and "FitModelDBetaNorm"
Aaron LI
2016-07-04
1
-134
/
+6
*
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
[next]