Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
dmici committed Jan 26, 2020
1 parent bd7dec6 commit 8818b20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions neutompy/preproc/preproc.py
Original file line number Diff line number Diff line change
Expand Up @@ -1254,8 +1254,8 @@ def simple_BHC(norm, a0=0., a1=0., a2=0.02, a3=0., out=None):
to a polynomial correction.
The user can choose 4 parameters which define a 5-th order polynomial.
s = -ln(I/I 0 )
s'= s + a0*s^2 + a1*s^3 + a2*s^4 + a3*s^5
``s = -ln(I/I 0 )``
``s'= s + a0*s^2 + a1*s^3 + a2*s^4 + a3*s^5``
Parameters
----------
Expand Down Expand Up @@ -1295,7 +1295,7 @@ def zero_clipping_value(norm, cl=0.01, out=None):
Values below the threshold value cl are replaced with cl.
This function prevents values close to (or below) zero to introduce new artefacts.
s' = MAX ( s, cl)
``s' = MAX ( s, cl)``
Parameters
----------
Expand Down

0 comments on commit 8818b20

Please sign in to comment.