tobac
tobac copied to clipboard
`min_distance` doesn't work with 3D tracking where `dz` not constant
Reported to me by Yishi Hu from OU. When you use min_distance
in feature detection with a non-constant dz
, it fails as the coordinate interpolation takes place after min_distance
is called. That means min_distance
doesn't have any vertical information. This should be able to be solved by reversing the order of the two calls.
- [x] Have you searched the issue tracker for the same problem?
- [x] Have you checked if you're using the latest version? If not, which version are you using?
- [x] Have you mentioned the steps to reproduce the issue?
- [x] Have you, if applicable, included error messages?