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
c73f1be2
Commit
c73f1be2
authored
Dec 05, 2018
by
Médéric Boquien
Browse files
Provide the correct description for the sfr_A parameter.
parent
1a7c37cb
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
c73f1be2
...
...
@@ -6,6 +6,7 @@
### Fixed
-
Make sure we can plot the PDF of equivalent widths. (Médéric Boquien)
-
Fix a crash when generating a mock catalogue containing intensive properties. (Médéric Boquien)
-
In the
`sfhdelayed`
and
`sfhdelayedbq`
modules, provide the correct description for the sfr_A parameter (Médéric Boquien & Laure Ciesla)
### Optimised
## 2018.0 (2018-11-06)
...
...
pcigale/sed_modules/sfhdelayed.py
View file @
c73f1be2
...
...
@@ -63,7 +63,8 @@ class SFHDelayed(SedModule):
)),
(
"sfr_A"
,
(
"cigale_list(minvalue=0.)"
,
"Value of SFR at t = 0 in M_sun/yr."
,
"Multiplicative factor controlling the SFR if normalise is False. "
"For instance without any burst: SFR(t)=sfr_A×t×exp(-t/τ)/τ²"
,
1.
)),
(
"normalise"
,
(
...
...
pcigale/sed_modules/sfhdelayedbq.py
View file @
c73f1be2
...
...
@@ -59,7 +59,8 @@ class SFHDelayedBQ(SedModule):
)),
(
"sfr_A"
,
(
"cigale_list(minvalue=0.)"
,
"Value of SFR at t = 0 in M_sun/yr."
,
"Multiplicative factor controlling the SFR if normalise is False. "
"For instance without any burst/quench: SFR(t)=sfr_A×t×exp(-t/τ)/τ²"
,
1.
)),
(
"normalise"
,
(
...
...
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