Skip to content

Commit b96efb6

Browse files
committed
Fix on docsting for mean images
1 parent 788cd15 commit b96efb6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

derotation/analysis/mean_images.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ def calculate_mean_images(
1919
----------
2020
rotated_image_stack : np.ndarray
2121
The rotated image stack.
22+
rot_deg_frame : np.ndarray
23+
The rotation angles for each frame.
24+
round_decimals : int, optional
25+
The number of decimals to round the angles to, by default 2
2226
2327
Returns
2428
-------

0 commit comments

Comments
 (0)