Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jmeziere committed Aug 24, 2024
1 parent 5fe0115 commit 3392deb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/State.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
State(intensities, recSupport)
State(intensities, recSupport, support)
Create a reconstruction object. The intensities is one fully measured diffraction
peak and recSupport is a mask over the intensities that remove those intenities
Create a reconstruction object. `intensities` is one fully measured diffraction
peak and `recSupport` is a mask over the intensities that remove those intensities
from the reconstruction process.
The initialization process shifts the peak to be centered in the Fourier sense
Expand Down

0 comments on commit 3392deb

Please sign in to comment.