summaryrefslogtreecommitdiffstats
path: root/coolfunc.conf
blob: d20c96ebe656b3d686165df0d61926e64bae14f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Configuration file for `calc_coolfunc.py`
# Aaron LI
# 2016-06-19

# temperature profile fitted & extrapolated by model: [r, T]
tprofile = tprofile.txt

# average abundance (unit: solar)
abundance = 0.5

# abundance table (default: grsa)
abund_table = grsa

# redshift of the object
redshift = 0.0137

# H column density (unit: 10^22 cm^-2)
nh = 0.03

# energy range within which to calculate the cooling function (unit: keV)
energy_low = 0.7
energy_high = 7.0

# output file of the XSPEC script for cooling function calculation
xspec_script = coolfunc.xcm

# output file of the cooling function profile: [r, CF]
coolfunc = coolfunc_profile.txt