summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* info.py: new; handy functions to get information from INFO.jsonAaron LI2016-05-041-0/+67
|
* make_r500_regions.py: split out function get_r500()Aaron LI2016-05-041-32/+2
|
* make_r500_regions.py: fix a wrong variable; PEP8 fixesAaron LI2016-05-041-18/+19
|
* rename "sbp_fit.py" to "fit_sbp.py"Aaron LI2016-05-041-0/+0
|
* calc_pei.py: linear interpolate instead of "cubic" splineAaron LI2016-05-021-59/+67
| | | | | | * use "linear" interpolation instead "cubic" spline interpolation * use "scipy.integrate.trapz()" instead of "scipy.integrate.simps()" * fix PEP8 warnings
* calc_pei.py: add function to make a plot visualize the PEI calculationAaron LI2016-05-011-6/+83
|
* calc_radial_psd.py: adjust axis limits for plotAaron LI2016-05-011-8/+10
|
* extract_pei.py: new; extract PEI resultsAaron LI2016-04-291-0/+53
|
* calc_pei.py: new; calculate the power excess index (PEI)Aaron LI2016-04-291-0/+144
|
* extract_csb.py: new; extract the C_SB results as CSV formatAaron LI2016-04-291-0/+57
|
* ciao_calc_csb.py: fix order between print and ds9Aaron LI2016-04-291-2/+3
|
* ciao_calc_csb.py: fix C_SB calculation; correct "cuspiness" to "concentration"Aaron LI2016-04-291-7/+22
|
* ciao_calc_csb.py: add "csb_type"Aaron LI2016-04-281-4/+7
|
* merge_imgdir_zzh.sh: remove more filesAaron LI2016-04-281-2/+3
|
* make_stowbkg_image.sh: use the existing only one bgstow if no proper one foundAaron LI2016-04-281-2/+8
|
* make_stowbkg_image.sh: update keyword "DETNAM" after mergeAaron LI2016-04-281-1/+12
|
* calc_radial_psd.py: new; calculate the radial 1D power spectrumAaron LI2016-04-281-0/+450
|
* ciao_img_rotcrop.sh: new; rotate the image to be upright and cropAaron LI2016-04-281-0/+105
|
* ciao_calc_csb.py: new; calculate surface brightness cuspinessAaron LI2016-04-281-0/+160
|
* ciao_expcorr.sh: new; generate exposure map with existing "instmap_weights.txt"Aaron LI2016-04-281-0/+55
|
* make_r500_regions.py: split out functions "get_r500()" and "get_center()"Aaron LI2016-04-281-23/+53
|
* extract_sbpfit.py: new; extract SBP fitting results to CSV formatAaron LI2016-04-271-0/+92
|
* extract_excess.py: new; extract excess value/ratio to CSV formatAaron LI2016-04-271-0/+53
|
* extract_info.py: do not import reAaron LI2016-04-271-3/+5
|
* minor updatesAaron LI2016-04-272-3/+14
|
* merge_imgdir_zzh.sh: new; merge the two "img" directories for ZZHAaron LI2016-04-261-0/+39
|
* build_sample.sh: change "img" dir for ZZH; simplifyAaron LI2016-04-261-44/+34
|
* prepare_sbpfit.py: minor update to output file writeAaron LI2016-04-261-4/+6
|
* prepare_sbpfit_dir.sh: greatly simplifyAaron LI2016-04-261-51/+26
|
* sbp_fit.py: reorder for better clearance; add new TODO itemsAaron LI2016-04-262-31/+35
|
* calc_sbp_excess.py: new; to calculate the central brightness excess value ↵Aaron LI2016-04-261-0/+117
| | | | and ratio
* sbpfit.conf: config for sbp_fit.py;Aaron LI2016-04-261-0/+62
|
* Use git to manage the tools of excess_sampleAaron LI2016-04-2616-0/+2125