Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
HDClark94 committed Nov 13, 2023
1 parent 5686783 commit ec6284e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Daily_utility_functions/rewrite_data_format_OpenEphys63.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down
2 changes: 1 addition & 1 deletion Daily_utility_functions/write_param_file_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ec6284e

Please sign in to comment.