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
Add PortController, for both Port A and B, and add automatic port voltage discovery
- Moves the port voltage modifications, and checking the link state, to the new PortController class
- Add macros for checking the results of register read/writes to OnixDevice
- Ensures that the context is reset correctly so that devices stream data
- Automated port voltage discovery uses the same logic as OpenEphys.Onix1
- Changed the order of operations during stopAcquisition so that bad frames aren't read due to the context resetting
- Fixed an issue where PathParameters were being set with a value other than the default
source->addPathParameter(Parameter::PROCESSOR_SCOPE, getAdcPathParameterName(), "ADC Calibration File", "Path to the ADC calibration file for this Neuropixels probe",
source->addPathParameter(Parameter::PROCESSOR_SCOPE, getGainPathParameterName(), "Gain Calibration File", "Path to the gain calibration file for this Neuropixels probe",
0 commit comments