* Speedscore modified substantially
- Adaptive filtering added, allowing the user to specify an upper speed as a bandwidth
- Adaptive filtering adjusted to behave more sensibly in the case of small bin sizes
- Speeds are smoothed before correlating
* Spatial cross correlation added
* General `bin_number` to `bin_size` code refactored to make future development more consistent
* Assorted unit tests added, including run-once code removed for speed
* Fix errors associated with `>` where applied to MaskedArrays (which, unlike ndarrays, do not correctly obey the symbol)