aolabNeuro / brain-python-interface

Other
4 stars 2 forks source link

separate offset into world_offset and virtual_offset #98

Open leoscholl opened 2 years ago

leoscholl commented 2 years ago

or something like that. currently, the offset parameter is used both to translate the x,y,z coordinates from optitrack into the virtual space, but we are usually including some additional offset so that the monkey's arm is centered offset from the middle of the screen. it would be more useful to define a calibration "zero" as the middle of the screen, and then separately apply another offset to move the workspace to the left/right/up/down as needed.