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
I haven't updated OlfactometerConfig.m (a GUI function) to utilize BpodUserPath. I'll leave that to the people using the Rechia Olf
OlfactometerConfig utilizes loadBpodPath- this function should be deprecated because you can access the path via the global variable BpodSystem (e.g. BpodSystem.BpodUserPath) and because BpodObject.m creates the calibration folder and Data folder automatically already.
OlfactometerConfig: should move the OlfConfig.mat settings file to somewhere within the BpodUserPath directory
EnterCalMeasurements.m and LiquidCalibrationManager.m have not been updated to utilize BpodUserPath. Rationale is that they are in the Functions\LiquidCalibrator\Old folder and thus likely have been deprecated.
I haven't updated OlfactometerConfig.m (a GUI function) to utilize BpodUserPath. I'll leave that to the people using the Rechia Olf
OlfactometerConfig utilizes loadBpodPath- this function should be deprecated because you can access the path via the global variable BpodSystem (e.g. BpodSystem.BpodUserPath) and because BpodObject.m creates the calibration folder and Data folder automatically already.
OlfactometerConfig: should move the OlfConfig.mat settings file to somewhere within the BpodUserPath directory
EnterCalMeasurements.m and LiquidCalibrationManager.m have not been updated to utilize BpodUserPath. Rationale is that they are in the Functions\LiquidCalibrator\Old folder and thus likely have been deprecated.