Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jurjen93 committed Jun 30, 2021
1 parent a9ba8ea commit 95b0fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion video/scripts/moviemaker.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def zoom(self, N_frames: int = None, first_time: bool=False, imsize_out: float =
:param N_frames: Number of frames.
:param first_time: Is this the first move? If so, give True.
:param imsize_out: Output image size.
:param full_im: start with full image. Otherwise with 1/4th (can be manually changed if needed)
:param full_im: start with full image (when first_time==True)
"""

if first_time:
Expand Down

0 comments on commit 95b0fb4

Please sign in to comment.