We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aa11e2 commit be82f4eCopy full SHA for be82f4e
elements_ephys/readers/spikeglx.py
@@ -88,7 +88,7 @@ def get_channel_bit_volts(self, band='ap'):
88
# 3A, 3B1, 3B2 (NP 1.0)
89
chn_gains = [c[imroTbl_idx] for c in imroTbl_data]
90
91
- return fI2V / np.array(chn_gains) * 1e6
+ return fI2V / np.array(chn_gains) * 1e6 # convert to uV as well
92
93
def _read_bin(self, fname):
94
nchan = self.apmeta.meta['nSavedChans']
0 commit comments