Skip to content

Commit

Permalink
added tooltip for query to see which filters can be applied
Browse files Browse the repository at this point in the history
  • Loading branch information
lufre1 committed Dec 5, 2024
1 parent 827ad03 commit 6989b45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions synaptic_reconstruction/tools/vesicle_pool_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ def __init__(self):
self.query_param, query_layout = self._add_string_param(
name="Query String",
value="",
tooltip="Enter a comma separated query string (e.g., 'radius > 15, distance > 250') "
"Possible filters: radius, distance, area, intensity_max, intensity_mean, intensity_min, intensity_std"
)

# Create advanced settings.
Expand Down

0 comments on commit 6989b45

Please sign in to comment.