Skip to content

Commit

Permalink
doc tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JarronL committed Feb 2, 2018
1 parent 7cc9065 commit e26c017
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pynrc/nrc_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -3577,7 +3577,11 @@ def model_IRexcess(self, x, sp=None):
Model of a stellar spectrum plus IR excess, where the
excess is a modified blackbody. The final model follows
the form x[0]*sp + x[1]*BB(wave,x[2])*wave^x[3]
the form `x[0]*sp + x[1]*BB(wave,x[2])*wave^x[3]`
.. math::
x_0 * sp + x_1 * BB(\lambda, x_2) * \lambda^{x_3}
"""

sp = self.sp_lowres if sp is None else sp
Expand Down

0 comments on commit e26c017

Please sign in to comment.