Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion img_pipe/SupplementalScripts/electrode_picker.py
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,8 @@ def remove_electrode(self):
'''
Remove the electrode at the current crosshair point.
'''
cs = self.current_slice
cs = np.round(self.current_slice).astype(np.int)
radius = 2
if self.bin_mat != '':
self.bin_mat = ''

Expand Down