Skip to content
GitLab
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
21a634bf
Commit
21a634bf
authored
Apr 16, 2014
by
Médéric Boquien
Browse files
Default to no bump for attenuation curves and give the value for the Milky Way.
parent
d2686c2a
Changes
2
Hide whitespace changes
Inline
Side-by-side
pcigale/creation_modules/dustatt_calzleit.py
View file @
21a634bf
...
...
@@ -204,8 +204,8 @@ class CalzLeit(CreationModule):
)),
(
"uv_bump_amplitude"
,
(
"float"
,
"Amplitude of the UV bump
in nm
."
,
3
.
"Amplitude of the UV bump
. For the Milky Way: 3
."
,
0
.
)),
(
"powerlaw_slope"
,
(
"float"
,
...
...
pcigale/creation_modules/dustatt_powerlaw.py
View file @
21a634bf
...
...
@@ -129,8 +129,8 @@ class PowerLawAtt(CreationModule):
)),
(
"uv_bump_amplitude"
,
(
"float"
,
"Amplitude of the UV bump
in nm
."
,
3
.
"Amplitude of the UV bump
. For the Milky Way: 3
."
,
0
.
)),
(
"powerlaw_slope"
,
(
"float"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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