messing up interpol2

exit_image_GL
GeorgLegato 2023-04-23 22:32:30 +02:00 committed by Charles Fettinger
parent caaef2aa8b
commit 51c650022b
1 changed files with 2 additions and 3 deletions

View File

@ -4,9 +4,8 @@ import matplotlib.pyplot as plt
# Define the values for width, mask_width, and num_interpol_frames
width = 512
mask_width = round(width*0.25)
num_interpol_frames = 30
mask_width = round(width*0.49)
num_interpol_frames = 90
# Create a list to store the values of interpol_width for each frame
interpol_width_values = []