Skip to content

Commit

Permalink
updated duplicate function to address testing
Browse files Browse the repository at this point in the history
  • Loading branch information
lolaBerkowitz committed Dec 2, 2024
1 parent 7777f20 commit be12c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion preprocessing/behavior/get_maze_XY.m
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ function get_maze_XY(varargin)

end

function main(session, config_path, vid_time, vid_type)
function main_test(session, config_path, vid_time, ~)
% runs main process of looping through videos in basepath, pulling up
% image via local grab_coords function which allows user to collect coordinate data
% and outputs coords for object A center, object A edge, object B center,
Expand Down

0 comments on commit be12c33

Please sign in to comment.