From 2c0f5437928102e7ac248ff0c4f1ef3269d9d920 Mon Sep 17 00:00:00 2001 From: yiran25 Date: Fri, 11 Oct 2024 16:30:48 +0100 Subject: [PATCH] [minor] update variable name for regenerate_frames --- v1_depth_map/figure_utils/depth_selectivity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v1_depth_map/figure_utils/depth_selectivity.py b/v1_depth_map/figure_utils/depth_selectivity.py index 3e0f0a6..a9ad9bd 100644 --- a/v1_depth_map/figure_utils/depth_selectivity.py +++ b/v1_depth_map/figure_utils/depth_selectivity.py @@ -955,7 +955,7 @@ def get_rs_stats_all_sessions( photodiode_protocol=photodiode_protocol, return_volumes=True, resolution=5, - regenerate_frames=False, + do_regenerate_frames=False, ) r, p = calculate_openloop_rs_correlation( imaging_df_openloop, trials_df_original, separate_depths=False