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
0001cb50
Commit
0001cb50
authored
Jul 19, 2019
by
Guang
Committed by
Guang
Oct 23, 2019
Browse files
reduce the range of alpha_ox to improve efficiency
parent
618e108a
Changes
2
Hide whitespace changes
Inline
Side-by-side
pcigale/sed_modules/dale2014.py
View file @
0001cb50
...
...
@@ -33,7 +33,7 @@ class Dale2014(SedModule):
(
'fracAGN'
,
(
'cigale_list(minvalue=0., maxvalue=1.)'
,
"AGN fraction. It is not recommended to combine this AGN emission "
"with the of Fritz et al. (2006) models."
,
"with the of Fritz et al. (2006)
or SKIRTOR
models."
,
0.0
)),
(
'alpha'
,
(
...
...
pcigale/session/configuration.py
View file @
0001cb50
...
...
@@ -373,7 +373,7 @@ class Configuration(object):
"""Add alpha_ox for internal usage.
"""
self
.
config
[
'sed_modules_params'
][
'xray'
][
'alpha_ox'
]
=
\
[
-
2.2
,
-
2.1
,
-
2.0
,
-
1.9
,
-
1.8
,
-
1.7
,
-
1.6
,
-
1.5
,
-
1.4
,
-
1.3
,
-
1.2
,
-
1.1
,
-
1.0
,
-
0.9
,
-
0.8
]
[
-
1.9
,
-
1.8
,
-
1.7
,
-
1.6
,
-
1.5
,
-
1.4
,
-
1.3
,
-
1.2
,
-
1.1
]
def
complete_analysed_parameters
(
self
):
"""Complete the configuration when the variables are missing from the
...
...
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