File tree Expand file tree Collapse file tree 7 files changed +15
-15
lines changed Expand file tree Collapse file tree 7 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ repos:
23
23
args :
24
24
- --line-length=88
25
25
26
- # isort
27
- - repo : https://github.com/pycqa/isort
28
- rev : 5.11.2
29
- hooks :
30
- - id : isort
31
- description : Sorts imports in an alphabetical order
26
+ # # isort
27
+ # - repo: https://github.com/pycqa/isort
28
+ # rev: 5.11.2
29
+ # hooks:
30
+ # - id: isort
31
+ # description: Sorts imports in an alphabetical order
32
32
33
33
# flake8
34
34
- repo : https://github.com/pycqa/flake8
Original file line number Diff line number Diff line change 1
1
# Contribution Guidelines
2
2
3
- This project follows the [ DataJoint Contribution Guidelines] ( https://docs.datajoint.io/python/community/02-Contribute.html ) . Please reference the link for more full details.
3
+ This project follows the [ DataJoint Contribution Guidelines] ( https://docs.datajoint.io/python/community/02-Contribute.html ) . Please reference the link for more full details.
Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ fully functional pipeline.
8
8
9
9
![ diagram] ( https://raw.githubusercontent.com/datajoint/element-array-ephys/main/images/diagram_flowchart.svg )
10
10
11
- Installation and usage instructions can be found at the
11
+ Installation and usage instructions can be found at the
12
12
[ Element documentation] ( https://datajoint.com/docs/elements/element-array-ephys ) .
Original file line number Diff line number Diff line change @@ -52,4 +52,4 @@ which can be called independently:
52
52
53
53
54
54
source data -> processing[ "ecephys"] .lfp.electrical_series[ "ElectricalSeries{insertion_number}"] .data
55
- source data -> processing[ "ecephys"] .lfp.electrical_series[ "ElectricalSeries{insertion_number}"] .timestamps
55
+ source data -> processing[ "ecephys"] .lfp.electrical_series[ "ElectricalSeries{insertion_number}"] .timestamps
Original file line number Diff line number Diff line change 1
1
dandi
2
+ neo == 0.10.2
2
3
nwb-conversion-tools == 0.11.1
3
4
spikeinterface == 0.93.0
4
- neo == 0.10.2
Original file line number Diff line number Diff line change @@ -169,8 +169,8 @@ def extract_spike_depths(self):
169
169
spk_feature_ycoord = ycoords [spk_feature_ind ]
170
170
# center of mass is sum(coords.*features)/sum(features)
171
171
self ._data ["spike_depths" ] = np .sum (
172
- spk_feature_ycoord * pc_features ** 2 , axis = 1
173
- ) / np .sum (pc_features ** 2 , axis = 1 )
172
+ spk_feature_ycoord * pc_features ** 2 , axis = 1
173
+ ) / np .sum (pc_features ** 2 , axis = 1 )
174
174
else :
175
175
self ._data ["spike_depths" ] = None
176
176
Original file line number Diff line number Diff line change 1
1
datajoint >= 0.13
2
- pyopenephys @ git+https://github.com/datajoint-company/pyopenephys.git
3
- openpyxl
4
- pynwb >= 2.0.0
5
2
element-interface @ git+https://github.com/datajoint/element-interface.git
3
+ openpyxl
6
4
plotly
5
+ pynwb >= 2.0.0
6
+ pyopenephys @ git+https://github.com/datajoint-company/pyopenephys.git
7
7
seaborn
You can’t perform that action at this time.
0 commit comments