Skip to content

Commit 03a70a5

Browse files
committed
cleanup docstrings
1 parent f067334 commit 03a70a5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/aspire/abinitio/sync_voting.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ def _syncmatrix_ij_vote_3n(
2525
:param full_width: Selection width around smoothed histogram peak (degrees).
2626
`adaptive` will attempt to automatically find the smallest number of
2727
`hist_bin_width`s required to find at least one valid image index.
28+
:param sigma: Voting contribution smoothing factor. Default is 3.0.
2829
2930
:return: The (i,j) rotation block of the synchronization matrix
3031
"""
@@ -121,6 +122,7 @@ def _vote_ij(
121122
:param full_width: Selection width around smoothed histogram peak (degrees).
122123
`adaptive` will attempt to automatically find the smallest number of
123124
`hist_bin_width`s required to find at least one valid image index.
125+
:param sigma: Voting contribution smoothing factor. Default is 3.0.
124126
:param sync: Perform 180 degree ambiguity synchronization.
125127
126128
:return: (alpha, good_k), angles and list of all third images
@@ -251,6 +253,7 @@ def _get_cos_phis(cl_diff1, cl_diff2, cl_diff3, n_theta, sync=False):
251253
its intersection with C2 and C1
252254
:param n_theta: The number of points in the theta direction (common lines)
253255
:param sync: Perform 180 degree ambiguity synchronization.
256+
254257
:return: cos values of rotation angles between i and j images
255258
and indices for good k
256259
"""

0 commit comments

Comments
 (0)