Skip to content

Commit

Permalink
add gVecs to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jmeziere committed Aug 24, 2024
1 parent 8a4882a commit bc8e8eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/State.jl
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
"""
State(intensities, recSupport)
State(intensities, recSupport, support)
State(intensities, gVecs, recSupport)
State(intensities, gVecs, recSupport, support)
Create a reconstruction object. `intensities` is a vector of fully measured diffraction
peaks and `recSupport` is a vector of masks over the intensities that removes those
intenities from the reconstruction process.
peaks, `gVecs` is a vector of peak locations, and `recSupport` is a vector of masks over
the intensities that removes those intenities from the reconstruction process.
The initialization process shifts each peak to be centered in the Fourier sense
(i.e. the center of mass of the peak is moved to the edge of the image, or the
Expand Down

0 comments on commit bc8e8eb

Please sign in to comment.