Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandratrapani committed Oct 28, 2024
1 parent c236951 commit f4a9532
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ def session_to_nwb(
dict(MinianMotionCorrection=dict(folder_path=minian_folder_path, video_file_path=motion_corrected_video))
)
conversion_options.update(dict(MinianMotionCorrection=dict(stub_test=stub_test)))
else:
print("No motion corrected data found at {}".format(motion_corrected_video))

# Add Behavioral Video
video_file_path = experiment_dir_path / session_id / (session_id + ".wmv")
Expand Down

0 comments on commit f4a9532

Please sign in to comment.