We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7bfecb commit c4fa48dCopy full SHA for c4fa48d
derotation/simulate/synthetic_data.py
@@ -376,6 +376,7 @@ def __init__(self):
376
:: rotated_stack_incremental.shape[1]
377
][: rotated_stack_incremental.shape[0]]
378
self.num_frames = rotated_stack_incremental.shape[0]
379
+ self.num_lines_per_frame = rotated_stack_incremental.shape[1]
380
381
self.debugging_plots = make_plots
382
self.debug_plots_folder = Path("debug/")
0 commit comments