Skip to content

Commit

Permalink
Add galvo line added date (skip ci)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjhardcastle authored Apr 20, 2024
1 parent 091be3b commit ec0e2d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/npc_sync/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
"""Prior to this date, there's no sync line with "sound running" signal, on any rig: need to
use NI-DAQ analog recording on OpenEphys PXI to get sound onset times."""

FIRST_GALVO_ON_SYNC_DATE = datetime.date(2024, 4, 19)
"""Prior to this date, opto experiments using the galvo system did not have a "galvo motor
running" signal, on any rig. A copy of the analog signal may have been recorded on the OpenEphys DAQ."""

def get_sync_data(sync_path_or_data: SyncPathOrDataset) -> SyncDataset:
"""Open a path or file-like object and return a SyncDataset object."""
Expand Down

0 comments on commit ec0e2d7

Please sign in to comment.