Skip to content

Commit

Permalink
fixed typo in the doc string for resolution.slit_resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
caitwolf committed Jan 17, 2024
1 parent d0dfa73 commit 0e0b63d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sasmodels/resolution.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ def slit_resolution(q_calc, q, length, width, n_length=30):
where $I(u_j)$ is the value at the mid-point, and $\Delta u_j$ is the
difference between consecutive edges which have been first converted
to $u$. Only $u_j \in [0, \Delta q_\perp]$ are used, which corresponds
to $q_j \in \left[q, \sqrt{q^2 + \Delta q_\perp}\right]$, so
to $q_j \in \left[q, \sqrt{q^2 + \Delta q_\perp^2}\right]$, so
.. math::
Expand Down

0 comments on commit 0e0b63d

Please sign in to comment.