Skip to content

Commit 147013c

Browse files
committed
Added function containing processing steps when no Nikon recording present
1 parent 51c3e8d commit 147013c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
function [belt_struct] = beltCorrectWithoutNikon(belt_struct)
2+
belt_struct = beltCorrectArduinoArtifacts(belt_struct);
3+
belt_struct = beltCorrectLength(belt_struct);
4+
belt_struct = beltAddRunningProperties(belt_struct);
5+
belt_struct = beltSpeedToMeterPerSecond(belt_struct);
6+
end

0 commit comments

Comments
 (0)