Skip to content

Commit

Permalink
Update add_position call in no ptp case to account for moved add_videos
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelbray32 committed Oct 18, 2023
1 parent d78d371 commit 961f920
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/spikegadgets_to_nwb/convert_position.py
Original file line number Diff line number Diff line change
Expand Up @@ -600,10 +600,8 @@ def add_position(
Metadata about the experiment.
session_df : pd.DataFrame
A DataFrame containing information about the session.
video_directory : str
The directory containing the video files.
convert_video : bool, optional
Whether to convert the video files to NWB format, by default False.
ptp_enabled : bool, optional
Whether PTP was enabled, by default True.
rec_dci_timestamps : np.ndarray, optional
The recording timestamps, by default None. Only used if ptp not enabled.
dio_camera_timestamps : np.ndarray, optional
Expand Down

0 comments on commit 961f920

Please sign in to comment.