Skip to content

Commit

Permalink
increase documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mochic committed Apr 2, 2024
1 parent 5c293a9 commit 71f4f99
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/aind_metadata_mapper/neuropixels/dynamic_routing_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ def _transform_behavior_daq(
self,
extracted_source: ExtractContext
) -> None:
"""Updates rig model with DynamicRouting-related behavior daq
information."""
behavior_daq_channels = []
if extracted_source.reward_line is not None:
logger.debug("Extracted reward line port, channel: %s" %
Expand Down Expand Up @@ -153,6 +155,8 @@ def _transform_behavior_sync_daq(
self,
extracted_source: ExtractContext
) -> None:
"""Updates rig model with DynamicRouting-related behavior sync daq
information."""
behavior_sync_daq_channels = []
if extracted_source.frame_signal_line is not None:
logger.debug(
Expand Down

0 comments on commit 71f4f99

Please sign in to comment.