Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Guang
x-cigale
Commits
5eb567c9
Commit
5eb567c9
authored
Oct 08, 2018
by
Guang
Committed by
Guang
Oct 23, 2019
Browse files
change XRB gamma back to 2. (Lehmer et al. 2016; Aird et al. 2017)
parent
a1e8ce8a
Changes
1
Hide whitespace changes
Inline
Side-by-side
pcigale/sed_modules/xray.py
View file @
5eb567c9
...
...
@@ -72,9 +72,9 @@ class Xray(SedModule):
# also have two components:
# 2.1 high-mass X-ray binaries (HMXB)
# 2.2 low-mass X-ray binaries (LMXB)
# Assuming gamma=2.
5
for both components (Wu et al. 2008)
# Assuming gamma=2. for both components (Wu et al. 2008)
# normalized such that L(2-10 keV) = 1.
self
.
lumin_xrb
=
self
.
wave
**-
0.5
/
(
2
*
lam_2keV
**
0.5
-
2
*
lam_10keV
**
0.5
)
self
.
lumin_xrb
=
self
.
wave
**-
1
/
np
.
log
(
5.
)
# We compute the unobscured AGN corona X-ray emission
# The shape is power-law with high-E exp. cutoff
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment