Skip to content

Commit be82f4e

Browse files
author
Thinh Nguyen
committed
added comment
1 parent 8aa11e2 commit be82f4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elements_ephys/readers/spikeglx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def get_channel_bit_volts(self, band='ap'):
8888
# 3A, 3B1, 3B2 (NP 1.0)
8989
chn_gains = [c[imroTbl_idx] for c in imroTbl_data]
9090

91-
return fI2V / np.array(chn_gains) * 1e6
91+
return fI2V / np.array(chn_gains) * 1e6 # convert to uV as well
9292

9393
def _read_bin(self, fname):
9494
nchan = self.apmeta.meta['nSavedChans']

0 commit comments

Comments
 (0)