Skip to content

Commit

Permalink
Added function containing processing steps when no Nikon recording pr…
Browse files Browse the repository at this point in the history
…esent
  • Loading branch information
mitlabence committed Apr 8, 2024
1 parent 51c3e8d commit 147013c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Processing/belt/beltCorrectWithoutNikon.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
function [belt_struct] = beltCorrectWithoutNikon(belt_struct)
belt_struct = beltCorrectArduinoArtifacts(belt_struct);
belt_struct = beltCorrectLength(belt_struct);
belt_struct = beltAddRunningProperties(belt_struct);
belt_struct = beltSpeedToMeterPerSecond(belt_struct);
end

0 comments on commit 147013c

Please sign in to comment.