Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
CIGALE
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
12
Issues
12
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cigale
CIGALE
Commits
3261ec91
Commit
3261ec91
authored
Sep 12, 2016
by
Médéric Boquien
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable the possibility of having different normalisation factors for the SFH.
parent
d0759666
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
3 deletions
+5
-3
CHANGELOG.md
CHANGELOG.md
+2
-0
pcigale/sed_modules/sfh2exp.py
pcigale/sed_modules/sfh2exp.py
+1
-1
pcigale/sed_modules/sfhdelayed.py
pcigale/sed_modules/sfhdelayed.py
+1
-1
pcigale/sed_modules/sfhperiodic.py
pcigale/sed_modules/sfhperiodic.py
+1
-1
No files found.
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
Markdown
is supported
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