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
3261ec91
Commit
3261ec91
authored
Sep 12, 2016
by
Médéric Boquien
Browse files
Enable the possibility of having different normalisation factors for the SFH.
parent
d0759666
Changes
4
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
3261ec91
...
...
@@ -2,6 +2,8 @@
# Unreleased
### Added
-
Enable the possibility of having different normalisation factors for the star formation history. (Médéric Boquien)
### Changed
-
The way to indicate the fluxes in the input table has changed because there
was bugs in the way upper limits were handled. Here are the new rules:
...
...
pcigale/sed_modules/sfh2exp.py
View file @
3261ec91
...
...
@@ -55,7 +55,7 @@ class Sfh2Exp(SedModule):
20
)),
(
"sfr_0"
,
(
"
float(min
=0)"
,
"
cigale_list(minvalue
=0
.
)"
,
"Value of SFR at t = 0 in M_sun/yr."
,
1.
)),
...
...
pcigale/sed_modules/sfhdelayed.py
View file @
3261ec91
...
...
@@ -41,7 +41,7 @@ class SFHDelayed(SedModule):
5000
)),
(
"sfr_A"
,
(
"
float(min
=0.)"
,
"
cigale_list(minvalue
=0.)"
,
"Multiplicative factor controlling the amplitude of SFR."
,
1.
)),
...
...
pcigale/sed_modules/sfhperiodic.py
View file @
3261ec91
...
...
@@ -55,7 +55,7 @@ class SfhPeriodic(SedModule):
1000
)),
(
"sfr_A"
,
(
"
float(min
=0.)"
,
"
cigale_list(minvalue
=0.)"
,
"Multiplicative factor controlling the amplitude of SFR (valid "
"for each event)."
,
1.
...
...
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