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
LiquidCal =BpodSystem.CalibrationTables.LiquidCal; % the handle is extracted for convenience
32
31
33
32
ifBpodLib.multi.isMultiSetup(BpodSystem)
34
33
availableMachines =BpodLib.multi.listMultiSetups(BpodLib.path.getPath('config', BpodSystem, 'setuptype', 'single')); % we need to look in Config/ for multi setups
35
34
36
35
% Multi setup - ask user which machine to import from.
37
36
prompt = {
38
-
sprintf('The Bpod COM port (%s) does not match the', BpodLib.utils.getCurrentCOM(BpodSystem));
37
+
sprintf('The Bpod COM port (%s) does not match', BpodLib.utils.getCurrentCOM(BpodSystem));
39
38
sprintf('liquid calibration file''s COM port (%s).', LiquidCal.metadata.COM);
40
39
'Please select which COM to copy in the liquid';
41
40
'calibration file from:'
42
41
};
43
42
ignoreOption ='I will remember to recalibrate. (ignore)';
0 commit comments