-
Notifications
You must be signed in to change notification settings - Fork 21
Description
Hi @lukasvonziegler, @plger and others,
I'm trying to use these functions to analyze some mouse behavior data, but am running into an issue with calibrating my arena with my data. I get the error message "Invalid points entered, can not calibrate" every time I try to use CalibrateTrackingData. I've looked at the function code, and still can't really tell what I am doing wrong.
I am trying to calibrate for an arena that is rectangular, width = 91 cm and length = 103 cm. The camera view is only of the arena, no extra video in the frame. My cleaned tracking object is called SpotFind. I modified the code from the example given in the page markdown:
SpotFind <- CalibrateTrackingData(SpotFind, method = "area", in.metric = , points = c("tl","tr","br","bl"))
I guess I'm not quite sure what the points are indicating? Am I supposed to set them up somewhere separately?
Thanks in advance.