Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
docs
  • Loading branch information
bsumlin committed Apr 7, 2018
1 parent 8efc6ab commit 4c3c5b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/forward.rst
Original file line number Diff line number Diff line change
Expand Up @@ -558,9 +558,9 @@ These functions compute the angle-dependent scattered field intensities and scat
theta : numpy.ndarray
An array of the angles used in calculations. Values will be spaced according to **angularResolution**, and the size of the array will be *(maxAngle-minAngle)/angularResolution*.
SL : numpy.ndarray
An array of the scattered intensity of left-polarized (parallel) light. Same size as the **theta** array.
An array of the scattered intensity of left-polarized (perpendicular) light. Same size as the **theta** array.
SR : numpy.ndarray
An array of the scattered intensity of right-polarized (perpendicular) light. Same size as the **theta** array.
An array of the scattered intensity of right-polarized (parallel) light. Same size as the **theta** array.
SU : numpy.ndarray
An array of the scattered intensity of unpolarized light, which is the average of SL and SR. Same size as the **theta** array.

Expand Down

0 comments on commit 4c3c5b2

Please sign in to comment.