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
cec5a33f
Commit
cec5a33f
authored
Oct 09, 2014
by
Denis
Browse files
Another minor bug correction
parent
ebe70026
Changes
2
Hide whitespace changes
Inline
Side-by-side
pcigale/creation_modules/sfh2exp.py
View file @
cec5a33f
...
@@ -55,8 +55,8 @@ class Sfh2Exp(CreationModule):
...
@@ -55,8 +55,8 @@ class Sfh2Exp(CreationModule):
"integer"
,
"integer"
,
"Age of the late burst in Myr. Precision is 1 Myr."
,
"Age of the late burst in Myr. Precision is 1 Myr."
,
20.
20.
))
))
,
(
"
SFR
_0"
,
(
(
"
sfr
_0"
,
(
"float"
,
"float"
,
"Value of SFR at t = 0 in M_sun/yr."
,
"Value of SFR at t = 0 in M_sun/yr."
,
1.
1.
...
@@ -75,7 +75,7 @@ class Sfh2Exp(CreationModule):
...
@@ -75,7 +75,7 @@ class Sfh2Exp(CreationModule):
"in Myr."
),
"in Myr."
),
(
"f_burst"
,
"Produced mass fraction of the late burst population."
),
(
"f_burst"
,
"Produced mass fraction of the late burst population."
),
(
"age"
,
"Age of the main stellar population in the galaxy in Myr."
),
(
"age"
,
"Age of the main stellar population in the galaxy in Myr."
),
(
"burst_age"
,
"Age of the late burst in Myr."
)
(
"burst_age"
,
"Age of the late burst in Myr."
)
,
(
"sfr_0"
,
"SFR at t = 0 in M_sun/yr."
)
(
"sfr_0"
,
"SFR at t = 0 in M_sun/yr."
)
])
])
...
...
pcigale/creation_modules/sfhdelayed.py
View file @
cec5a33f
...
@@ -41,8 +41,8 @@ class SFHDelayed(CreationModule):
...
@@ -41,8 +41,8 @@ class SFHDelayed(CreationModule):
"Age of the oldest stars in the galaxy in Myr. The precision "
"Age of the oldest stars in the galaxy in Myr. The precision "
"is 1 Myr."
,
"is 1 Myr."
,
None
None
))
))
,
(
"
SFR
_A"
,
(
(
"
sfr
_A"
,
(
"float"
,
"float"
,
"Multiplicative factor controlling the amplitude of SFR."
,
"Multiplicative factor controlling the amplitude of SFR."
,
1.
1.
...
@@ -57,7 +57,7 @@ class SFHDelayed(CreationModule):
...
@@ -57,7 +57,7 @@ class SFHDelayed(CreationModule):
out_parameter_list
=
OrderedDict
([
out_parameter_list
=
OrderedDict
([
(
"tau_main"
,
"e-folding time of the main stellar population model "
(
"tau_main"
,
"e-folding time of the main stellar population model "
"in Myr."
),
"in Myr."
),
(
"age"
,
"Age of the oldest stars in the galaxy in Myr."
)
(
"age"
,
"Age of the oldest stars in the galaxy in Myr."
)
,
(
"sfr_A"
,
"Multiplicative factor controlling the amplitude of SFR."
)
(
"sfr_A"
,
"Multiplicative factor controlling the amplitude of SFR."
)
])
])
...
...
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