mastodon-sc / mastodon

Mastodon – a large-scale tracking and track-editing framework for large, multi-view images.
BSD 2-Clause "Simplified" License
66 stars 20 forks source link

Add method Spot.isLabelSet() #318

Closed maarzt closed 2 days ago

maarzt commented 3 days ago

When analyzing a Mastodon dataset the ability to know for which spots the user specified a label can be very helpful.

This makes it easier, for example, to implement Mastodon plugins that automatically derive a name for spots whose label has not been manually set.

PR https://github.com/mastodon-sc/mastodon-tomancak/pull/61 would benefit from having this method.