-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* WIP recover from partial copy multiple devices * copier hierarchy * Update transfer_experiments.py * Update transfer_experiments.py * modify acquisition description aggregation level from copiers * add the script to copy video data / purge sessions older than 2 weeks * Fix chained protocols bug * bugfix: the criteria to end the task should not factor in the delay period --------- Co-authored-by: Florian Rau <[email protected]>
- Loading branch information
Showing
11 changed files
with
133 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
cameras: | ||
body: | ||
collection: raw_video_data | ||
sync_label: frame2ttl | ||
left: | ||
collection: raw_video_data | ||
sync_label: frame2ttl | ||
right: | ||
collection: raw_video_data | ||
sync_label: frame2ttl | ||
devices: | ||
cameras: | ||
body: | ||
collection: raw_video_data | ||
sync_label: frame2ttl | ||
left: | ||
collection: raw_video_data | ||
sync_label: frame2ttl | ||
right: | ||
collection: raw_video_data | ||
sync_label: frame2ttl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
cameras: | ||
left: | ||
collection: raw_video_data | ||
sync_label: frame2ttl | ||
devices: | ||
cameras: | ||
left: | ||
collection: raw_video_data | ||
sync_label: frame2ttl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
microphone: | ||
devices: | ||
microphone: | ||
collection: raw_behavior_data | ||
sync_label: null | ||
microphone: | ||
collection: raw_behavior_data | ||
sync_label: null |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
neuropixel: | ||
probe00: | ||
collection: raw_ephys_data/probe00 | ||
sync_label: imec_sync | ||
probe01: | ||
collection: raw_ephys_data/probe01 | ||
sync_label: imec_sync | ||
devices: | ||
neuropixel: | ||
probe00: | ||
collection: raw_ephys_data/probe00 | ||
sync_label: imec_sync | ||
probe01: | ||
collection: raw_ephys_data/probe01 | ||
sync_label: imec_sync |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
neuropixel: | ||
probe00: | ||
collection: raw_ephys_data/probe00 | ||
sync_label: imec_sync | ||
devices: | ||
neuropixel: | ||
probe00: | ||
collection: raw_ephys_data/probe00 | ||
sync_label: imec_sync |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters