tobac
tobac copied to clipboard
Tracking and object-based analysis of clouds
Updates from #170 for merging into Main. Only one PR in this release. Checklist for the release is in #171.
Checklist for releasing v1.3.3: - [x] Bump version in `setup.py` in `Hotfix` - [x] Add changelog for v1.3.3 in `Hotfix` - [ ] Merge `Hotfix` into `main` - [ ]...
This PR includes the bugfixes for #163 and #164. I also updated the doctrings for the parameters. * [x] Have you followed our guidelines in CONTRIBUTING.md? * [x] Have you...
Like many other packages, we should report our version number when calling `__version__` from the main `tobac` package. It looks like there are canonical ways to do this here: https://packaging.python.org/en/latest/guides/single-sourcing-package-version/
In feature detection, we don't sort `threshold`, leading to different behavior depending on how the user has ordered things. Given that we know we want to go from less extreme...
Hello everybody, @JuliaKukulies and me have independently stumbled upon the functions `segmentation_3D()`, `segmentation_2D()`, `watershedding_3D()` and `watershedding_2D()` in _segmentation.py_. These don't seem to have any real use, since they only call...
The addition in this pull request is a post processing algorithm for the tobac tracking. This file contains the merge_split function to address merging/splitting cells in the tobac track, as...
I have been working a lot lately with `linking_trackpy()` for my notebook about linking, and I have a suggestion: I think the values for `MAX_SUB_NET_SIZE` and `MAX_SUB_NET_SIZE_ADAPTIVE`, which are controlled...
I think that this gets back to the discussion in #149, but the `extrapolate` parameter is not currently used in `linking_trackpy`. We should probably warn users when using it at...