tobac icon indicating copy to clipboard operation
tobac copied to clipboard

Tracking and object-based analysis of clouds

Results 112 tobac issues
Sort by recently updated
recently updated
newest added

Currently we use the watershed function from the scikit-image library (https://github.com/scikit-image/scikit-image/blob/v0.19.2/skimage/segmentation/_watershed.py#L95-L229) for segmentation. This is fast, because it uses a cython backend (https://github.com/scikit-image/scikit-image/blob/v0.19.2/skimage/segmentation/_watershed_cy.pyx) but inflexible for use cases such as...

enhancement

Resolves #433. Clipping of hdim1/2 values to size of dimensions (or size + 1 for periodic coordinates) in `feature_location`, and extrapolation enabled for 2d/3d coordinates as with 1d coords. *...

bug

It looks like there is a chance during the feature detection step for the identification of cells on boundary edges which result in hdim1 or hdim2 values slightly outside of...

bug

Solves #427 * [x] Have you followed our guidelines in CONTRIBUTING.md? * [x] Have you self-reviewed your code and corrected any misspellings? * [x] Have you written documentation that is...

This PR addresses #425 and adds a test for the get_spacings function. * [x] Have you followed our guidelines in CONTRIBUTING.md? * [x] Have you self-reviewed your code and corrected...

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...

bug

We updated `n_min_threshold` to support lists and dicts in v1.5.0, but didn't update the documentation. It would be nice to get this quick fix in before 1.5.4 comes out. *...

bug
good first issue
documentation

This new function (and its various support functions) is designed to allow the user to append a newly detected feature DataFrame to an existing set of tracks. This (should) work...

enhancement

It seems that readthedocs is now putting a pesky warning on the documentation pages that are on `latest` by default (see screenshot). This isn't necessarily a bug, but this is...

bug

* [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?...

enhancement
documentation
Low Priority
Small Change