Skip to content

Commit

Permalink
default coords to column 4
Browse files Browse the repository at this point in the history
  • Loading branch information
lolaBerkowitz committed Nov 25, 2024
1 parent 67e3650 commit 8124ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion preprocessing/behavior/process_behavior_batch.m
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function main(basepath,metadata_path)
'ttl_method',[])

% general behavior file
general_behavior_file_SNlab('basepath',basepath,'force_overwrite',true,'smooth_factor',.2,'primary_coords_dlc',2:3);
general_behavior_file_SNlab('basepath',basepath,'force_overwrite',true,'smooth_factor',.2,'primary_coords_dlc',4);

% update behavior file from metadata csv
update_behavior_from_metadata(metadata_path,'basepath',basepath);
Expand Down

0 comments on commit 8124ec2

Please sign in to comment.