Skip to content

Commit 12ef91a

Browse files
committed
docs: loga
Signed-off-by: nstarman <nstarman@users.noreply.github.com>
1 parent 5f325f1 commit 12ef91a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

brutus/seds.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1232,7 +1232,7 @@ def get_predictions(self, feh=0., afe=0., loga=8.5, eep=None,
12321232
Default is `0.`.
12331233
12341234
loga : float, optional
1235-
Log(age) where age is in years. Default is `8.5`.
1235+
Log10(age) where age is in years. Default is `8.5`.
12361236
12371237
eep : `~numpy.ndarray` of shape `(Neep)`, optional
12381238
Equivalent evolutionary point(s) (EEPs). See the MIST documentation
@@ -1377,7 +1377,7 @@ def get_seds(self, feh=0., afe=0., loga=8.5, eep=None,
13771377
Default is `0.`.
13781378
13791379
loga : float, optional
1380-
Log(age) where age is in years. Default is `8.5`.
1380+
Log10(age) where age is in years. Default is `8.5`.
13811381
13821382
eep : `~numpy.ndarray` of shape `(Neep)`, optional
13831383
Equivalent evolutionary point(s) (EEPs). See the MIST documentation

0 commit comments

Comments
 (0)