Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lolaBerkowitz committed Nov 25, 2024
1 parent 7a4df47 commit 67e3650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion preprocessing/behavior/manual_trackerjumps.m
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
% use the gui to cut out points
[~,~,in]=restrictMovement(xtemp,ytemp,restic_dir,darkmode,axis_equal,alpha,add_scatter);
% save the ts where the tracker error exists
savets=[savets; tstemp(in)];
savets = [savets; tstemp(in)'];
end
% locate the index for each tracker error
good_idx=ismember(ts,savets);
Expand Down

0 comments on commit 67e3650

Please sign in to comment.