diff --git a/Daily_utility_functions/rewrite_data_format_OpenEphys63.py b/Daily_utility_functions/rewrite_data_format_OpenEphys63.py index 6c5ee55b..489ac5ef 100644 --- a/Daily_utility_functions/rewrite_data_format_OpenEphys63.py +++ b/Daily_utility_functions/rewrite_data_format_OpenEphys63.py @@ -57,7 +57,7 @@ def main(): print('-------------------------------------------------------------') #Example usage of this script - base_path = "/mnt/datastore/Harry/Cohort9_february2023" + base_path = "/mnt/datastore/Harry/Cohort10_october2023" vr_paths = get_recording_paths([], base_path+"/vr") of_paths = get_recording_paths([], base_path+"/of") diff --git a/Daily_utility_functions/write_param_file_helper.py b/Daily_utility_functions/write_param_file_helper.py index 260bef97..2b3a9f86 100644 --- a/Daily_utility_functions/write_param_file_helper.py +++ b/Daily_utility_functions/write_param_file_helper.py @@ -164,7 +164,7 @@ def main(): #Example usage of this script # silicon probe mice - base_path = "/mnt/datastore/Harry/Cohort9_february2023" + base_path = "/mnt/datastore/Harry/Cohort10_october2023" vr_paths = get_recording_paths([], base_path+"/vr") of_paths = get_recording_paths([], base_path+"/of") #print_track_lengths_from_param(vr_paths)