File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1+ import time
2+
13import numpy as np
2- from brainbox . numerical import ismember
4+ from scipy . signal import fftconvolve
35from one .api import ONE
6+ from iblutil .numerical import ismember
7+
48from ibllib .pipes import histology
59from ibllib .atlas import AllenAtlas , atlas
610from ibllib .ephys .neuropixel import TIP_SIZE_UM , SITES_COORDINATES
711from ibllib .pipes .ephys_alignment import EphysAlignment
8- import time
9- from scipy .signal import fftconvolve
1012from ibllib .dsp import fcn_cosine
1113
1214PROV_2_VAL = {
@@ -424,4 +426,4 @@ def crawl_up_from_tip(ins, d):
424426#mslices = merge(slices) # merge all slices into a single Mesh
425427#mslices.cmap('hot_r', alpha=amap).lighting('off').addScalarBar3D()
426428#
427- #show(vol, mslices, __doc__, axes=1)
429+ #show(vol, mslices, __doc__, axes=1)
You can’t perform that action at this time.
0 commit comments