Skip to content

Commit 6989b45

Browse files
committed
added tooltip for query to see which filters can be applied
1 parent 827ad03 commit 6989b45

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

synaptic_reconstruction/tools/vesicle_pool_widget.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ def __init__(self):
4444
self.query_param, query_layout = self._add_string_param(
4545
name="Query String",
4646
value="",
47+
tooltip="Enter a comma separated query string (e.g., 'radius > 15, distance > 250') "
48+
"Possible filters: radius, distance, area, intensity_max, intensity_mean, intensity_min, intensity_std"
4749
)
4850

4951
# Create advanced settings.

0 commit comments

Comments
 (0)