AllenNeuralDynamics / AllenNeuralDynamics/aind-ephys-transformation
Allow for inconsistent streams across experiments
- Ngôn ngữ chính
- Python
- Star
- 0
- Fork
- 1
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
The `read_openephys` function requires streams to be consistents across experiments (this can happen if probes get connected/disconnected across experiments).
If this is not the case, it will throw an error as:
```
Inconsistent continuous streams across blocks (experiments)! Streams for different experiments in the same folder must be the same. You can load a subset of experiments with the 'experiment_names' argument: ['experiment1', 'experiment2', 'experiment3', 'experiment4']
```
Since downstream we process streams separately, we can look for grups of consistent streams (at least looking for a single split) and parse the two sets of consistent streams separately.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.