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
*
projection.py: Fix and improve the reference
Aaron LI
2017-04-02
1
-3
/
+6
*
get_sdss_image.py: Add two useful links
Aaron LI
2017-02-15
1
-0
/
+5
*
Add get_sdss_image.py to download SDSS image at requested position
Aaron LI
2017-02-15
1
-0
/
+135
*
ds9_image.sh: Use "manifest.py" from "chandra-acis-analysis"
Aaron LI
2017-02-13
1
-67
/
+31
*
Add sphere.py: calculate angle between points on the sphere
Aaron LI
2017-02-12
1
-0
/
+65
*
Add copyright and MIT license disclaimer
Aaron LI
2017-02-12
37
-93
/
+110
*
Remove update_r4_header.sh
Aaron LI
2017-02-12
1
-56
/
+0
*
Remove clean_imgdir.sh, clean_repro_zzh.sh and compress_fits.sh
Aaron LI
2017-02-12
3
-113
/
+0
*
Remove make_json_info_zzh.py and merge_imgdir_zzh.sh
Aaron LI
2017-02-12
2
-99
/
+0
*
Removed analyze_path.sh and build_sample.sh
Aaron LI
2017-02-12
2
-235
/
+0
*
calc_coolfunc.py: Fix a minor typo
Aaron LI
2017-02-12
1
-2
/
+4
*
deproject_sbp.py: ignore non-finite numbers for plot
Aaron LI
2016-07-17
1
-4
/
+7
*
deproject_sbp.py: do not repeat the electron number density calculation
Aaron LI
2016-07-15
1
-5
/
+8
*
spline.py: add a new error case
Aaron LI
2016-07-15
1
-0
/
+3
*
spline.py: workaround the spline fitting error when give constant input y data
Aaron LI
2016-07-14
1
-5
/
+24
*
deproject_sbp.py: error if config file not exists
Aaron LI
2016-07-14
1
-2
/
+2
*
Error on missing user config file
Aaron LI
2016-07-13
2
-6
/
+8
*
Add calc_potential.py: split out from "calc_mass_potential.py"
Aaron LI
2016-07-13
1
-0
/
+234
*
calc_mass.py = calc_mass_potential.py - potential calculation
Aaron LI
2016-07-13
1
-96
/
+6
*
calc_overdensity.py: Use class "SmoothSpline" from module "spline.py"
Aaron LI
2016-07-13
1
-62
/
+16
*
calc_coolfunc.py: add check the existence of t_profile
Aaron LI
2016-07-13
1
-1
/
+6
*
fit_tprofile.py: force the input temperature data to be 2D
Aaron LI
2016-07-13
1
-3
/
+5
*
spline.py: improve the np.array usage a bit
Aaron LI
2016-07-13
1
-4
/
+6
*
analyze_path.sh: update arguments and output
Aaron LI
2016-07-13
1
-9
/
+7
*
Add make_overdensity_config.py and make_sbpdeproj_config.py
Aaron LI
2016-07-13
2
-0
/
+115
*
make_coolfunc_config.py: minor fix to comments
Aaron LI
2016-07-13
1
-2
/
+2
*
info.py: fix get_nh()
Aaron LI
2016-07-13
1
-1
/
+1
*
Add make_coolfunc_config.py to make config for "calc_coolfunc.py"
Aaron LI
2016-07-13
1
-0
/
+77
*
make_sbpfit_config.py: minor fix to arguments
Aaron LI
2016-07-13
1
-1
/
+1
*
Rewrite prepare_sbpfit.py as make_sbpfit_config.py
Aaron LI
2016-07-12
2
-100
/
+82
*
info.py: add functions "get_name()" and "get_obsid()"
Aaron LI
2016-07-12
1
-1
/
+26
*
fit_sbp.py: drop __version__ and __date__
Aaron LI
2016-07-12
1
-8
/
+2
*
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
[next]