Spatial Occupancy and Angular Occupancy signatures have changed
Spatial now calls for times = [t], positions = [x, [y]], speeds=[s]. The second spatial dimension remains optional
Angular now calls for times=[t], angles = [a]. Times were added to fix a critical calculation error
Angular occupancy now correctly returns rates in events per second instead of events per tracking frame
Matplotlib is now:
a dev requirement, not a primary requirement
Updated to version 3.1.1
Changes:
times = [t]
,positions = [x, [y]]
,speeds=[s]
. The second spatial dimension remains optional Angular now calls fortimes=[t]
,angles = [a]
. Times were added to fix a critical calculation error