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
cigale
CIGALE
Commits
9d7f3b38
Commit
9d7f3b38
authored
Mar 27, 2014
by
Médéric Boquien
Browse files
Remove attenuation_value_keys which is not needed anymore.
parent
76b350dd
Changes
2
Hide whitespace changes
Inline
Side-by-side
pcigale/creation_modules/dale2014.py
View file @
9d7f3b38
...
...
@@ -38,14 +38,6 @@ class Dale2014(CreationModule):
'float'
,
"Alpha slope"
,
None
)),
(
'attenuation_value_keys'
,
(
'string'
,
"Keys of the SED information dictionary where the module will "
"look for the attenuation (in W) to re-emit. You can give several "
"keys separated with a & (don't use commas), a re-emission "
"contribution will be added for each key."
,
"attenuation"
))
])
...
...
pcigale/creation_modules/dh2002.py
View file @
9d7f3b38
...
...
@@ -33,14 +33,6 @@ class DH2002(CreationModule):
'float'
,
"Alpha slope."
,
None
)),
(
'attenuation_value_keys'
,
(
'string'
,
"Keys of the SED information dictionary where the module will "
"look for the attenuation (in W) to re-emit. You can give several "
"keys separated with a & (don't use commas), a re-emission "
"contribution will be added for each key."
,
"attenuation"
))
])
...
...
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