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
96db728b
Commit
96db728b
authored
Jul 02, 2019
by
Guang
Committed by
Guang
Oct 23, 2019
Browse files
cut AGN disk SED to lam>10^0.9 nm; extend X-ray down to lam=10^0.7 nm
parent
d35b391b
Changes
2
Hide whitespace changes
Inline
Side-by-side
database_builder/__init__.py
View file @
96db728b
...
...
@@ -794,7 +794,7 @@ def build_skirtor2016(base):
disk
+=
scatt
# Apply wavelength cut to avoid X-ray wavelength
lam_cut
=
10
**
1.5
lam_cut
=
10
**
0.9
lam_idxs
=
wl_uncut
>=
lam_cut
# Calculate the re-normalization factor to keep energy conservation
norm_fac
=
np
.
trapz
(
intrin_disk
,
x
=
wl_uncut
)
/
\
...
...
pcigale/sed_modules/xray.py
View file @
96db728b
...
...
@@ -66,7 +66,7 @@ class Xray(SedModule):
# We define the wavelength range for the non thermal emission
# corresponding to 0.08-1200 keV
self
.
wave
=
np
.
logspace
(
-
3
,
1.2
,
1000
)
self
.
wave
=
np
.
logspace
(
-
3
,
0.7
,
1000
)
# X-ray emission from galaxies: 1.hot-gas & 2.X-ray binaries
# 1.Hot-gas, assuming power-law index gamma=3
...
...
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