From 12ef91a934d23e18fc0baea0da5387a4cedd16f9 Mon Sep 17 00:00:00 2001 From: nstarman Date: Thu, 21 Nov 2024 14:09:04 -0500 Subject: [PATCH] docs: loga Signed-off-by: nstarman --- brutus/seds.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/brutus/seds.py b/brutus/seds.py index 967edc0..2e6fdba 100644 --- a/brutus/seds.py +++ b/brutus/seds.py @@ -1232,7 +1232,7 @@ def get_predictions(self, feh=0., afe=0., loga=8.5, eep=None, Default is `0.`. loga : float, optional - Log(age) where age is in years. Default is `8.5`. + Log10(age) where age is in years. Default is `8.5`. eep : `~numpy.ndarray` of shape `(Neep)`, optional 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, Default is `0.`. loga : float, optional - Log(age) where age is in years. Default is `8.5`. + Log10(age) where age is in years. Default is `8.5`. eep : `~numpy.ndarray` of shape `(Neep)`, optional Equivalent evolutionary point(s) (EEPs). See the MIST documentation