Skip to content

Commit

Permalink
Add ephys timing data doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
bjhardcastle committed Aug 21, 2023
1 parent 31419ca commit d04c229
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/npc_sessions/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
S3Path('s3://aind-ephys-data/ecephys_670248_2023-08-03_12-04-15/behavior/DynamicRouting1_670248_20230803_123154.hdf5')
>>> s.devices.df['device_id'][0] == s.electrode_groups.df['device'][0]
True
>>> s.ephys_timing_data[0].name, s.ephys_timing_data[0].sampling_rate, s.ephys_timing_data[0].start_time
('Neuropix-PXI-100.ProbeA-AP', 30000.07066388302, 0.7318752524919077)
"""
from __future__ import annotations

Expand Down

0 comments on commit d04c229

Please sign in to comment.