Skip to content
Snippets Groups Projects
Commit f1669c5c authored by Kai Schleicher's avatar Kai Schleicher
Browse files

set default spot diameter to 0.3

parent 34beb9c2
No related branches found
No related tags found
1 merge request!2Initial commit
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#@ Integer (label="DAPI threshold", description="0 = Auto", min=0) threshold #@ Integer (label="DAPI threshold", description="0 = Auto", min=0) threshold
#@ String (label="processing channels", description="comma separated list of channels, e.g. 2,3,6,7", value="1,2,3,4") processing_channels_string #@ String (label="processing channels", description="comma separated list of channels, e.g. 2,3,6,7", value="1,2,3,4") processing_channels_string
#@ String (label="Spot detection quality threshold", description="comma separated list of values, one per channel", value="80,80,80,80" ) quality_thresholds_string #@ String (label="Spot detection quality threshold", description="comma separated list of values, one per channel", value="80,80,80,80" ) quality_thresholds_string
#@ Double (label="Minimum spot diameter", description="smaller spots will be discarded", value=5, min=1, max=200, stepSize=0.5, persist=false) spot_diameter #@ Double (label="Minimum spot diameter", description="smaller spots will be discarded", value=0.3, min=1, max=10, stepSize=0.1) spot_diameter
# trackmate imports # trackmate imports
from fiji.plugin.trackmate import Settings from fiji.plugin.trackmate import Settings
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment