Skip to content

Commit 2fadb3c

Browse files
committed
update docstrings.
1 parent 31c3666 commit 2fadb3c

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

src/fsps/fsps.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ class StellarPopulation(object):
283283
284284
:param tau: (default: 1.0)
285285
Defines e-folding time for the SFH, in Gyr. Only used if ``sfh=1`` or
286-
``sfh=4``. The range is :math:`0.1 < \tau < 10^2`.
286+
``sfh=4``.
287287
288288
:param const: (default: 0.0)
289289
Defines the constant component of the SFH. This quantity is defined as
@@ -363,9 +363,10 @@ class StellarPopulation(object):
363363
component (i.e. that is not affected by ``dust2``).
364364
365365
:param frac_obrun: (default: 0.0)
366-
Fraction of the young stars (age < dust_tesc) that are not attenuated
367-
by ``dust1``, representing runaway OB stars. These stars are still
368-
attenuated by ``dust2``.
366+
Fraction of the young stars (age < dust_tesc) that are not attenuated by
367+
``dust1`` and that do not contribute to any nebular emission,
368+
representing runaway OB stars or escaping ionizing radiation. These
369+
stars are still attenuated by ``dust2``.
369370
370371
:param dust_index: (default: -0.7)
371372
Power law index of the attenuation curve. Only used when

0 commit comments

Comments
 (0)