Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
cigale
CIGALE
Commits
99193788
Commit
99193788
authored
Apr 16, 2014
by
Médéric Boquien
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Give the list of of analysis modules explicitly.
parent
cdedf864
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
pcigale/session/configuration.py
pcigale/session/configuration.py
+2
-2
No files found.
pcigale/session/configuration.py
View file @
99193788
...
...
@@ -131,12 +131,12 @@ class Configuration(object):
"Attenuation: dustatt_calzleit, dustatt_powerlaw ; "
"Dust model: casey2012, dh2002, dl2007 ; "
"AGN: dale2014, fritz2006 ; "
"redshift: redshifting (mandatory!)"
)
"redshift: redshifting (mandatory!)
.
"
)
self
.
config
[
'analysis_method'
]
=
""
self
.
config
.
comments
[
'analysis_method'
]
=
[
""
]
+
wrap
(
"Method used for statistical analysis. Available methods: "
+
', '
.
join
(
list_modules
(
'pcigale.analysis_modules'
))
+
"
."
)
"pdf_analysis, savefluxes
."
)
self
.
config
[
'cores'
]
=
""
self
.
config
.
comments
[
'cores'
]
=
[
""
]
+
wrap
(
...
...
Write
Preview
Markdown
is supported
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