From 61df56a1c7b5b6f5baeeae26e1ac177b7f80db98 Mon Sep 17 00:00:00 2001 From: Timothy Morton Date: Fri, 13 Mar 2015 15:27:36 -0400 Subject: [PATCH] more docs --- isochrones/starmodel.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/isochrones/starmodel.py b/isochrones/starmodel.py index e6b7642..04346ce 100644 --- a/isochrones/starmodel.py +++ b/isochrones/starmodel.py @@ -34,6 +34,13 @@ class StarModel(object): """An object to represent a star, with observed properties, modeled by an Isochrone + This is used to fit a physical stellar model to observed + quantities, e.g. spectroscopic or photometric, based on + an :class:`Isochrone`. + + Note that by default a local metallicity prior, based on SDSS data, + will be used when :func:`StarModel.fit_mcmc` is called. + :param ic: :class:`Isochrone` object used to model star.