You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When converting physical to digital sample arrays, all the information
we need is contained in self.e_p_signal, self.adc_gain, self.baseline,
and self.fmt.
We don't need to rely on self.n_sig here, and we don't use n_sig in
the expanded=False case, so for consistency, don't use n_sig in the
expanded=True case either.
0 commit comments