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
7a985573
Commit
7a985573
authored
Nov 29, 2013
by
Yannick Roehlly
Browse files
SED age is not mass dependant
parent
c21a8296
Changes
1
Hide whitespace changes
Inline
Side-by-side
pcigale/sed/__init__.py
View file @
7a985573
...
...
@@ -91,7 +91,7 @@ class SED(object):
self
.
add_info
(
"sfr"
,
sfh_sfr
[
-
1
],
True
,
True
)
self
.
add_info
(
"average_sfr"
,
np
.
mean
(
sfh_sfr
[
sfh_age
<=
AV_LAPSE
]),
True
,
True
)
self
.
add_info
(
"age"
,
np
.
max
(
sfh_time
),
Tru
e
,
True
)
self
.
add_info
(
"age"
,
np
.
max
(
sfh_time
),
Fals
e
,
True
)
@
property
def
wavelength_grid
(
self
):
...
...
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