Skip to content

Commit

Permalink
minor doc change
Browse files Browse the repository at this point in the history
  • Loading branch information
JarronL committed Feb 2, 2018
1 parent e26c017 commit 85f3578
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pynrc/nrc_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -3577,11 +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:
.. math::
x_0 * sp + x_1 * BB(\lambda, x_2) * \lambda^{x_3}
x_0 \times BB(\lambda, x_1) \times \lambda^{x_2}
"""

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

0 comments on commit 85f3578

Please sign in to comment.