We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fe3822 commit 4ad9501Copy full SHA for 4ad9501
1 file changed
src/main/java/fiji/plugin/trackmate/morpholibj/MorphoLibJDetectorFactory.java
@@ -40,6 +40,7 @@
40
import javax.swing.ImageIcon;
41
42
import org.jdom2.Element;
43
+import org.scijava.Priority;
44
import org.scijava.plugin.Plugin;
45
46
import fiji.plugin.trackmate.Model;
@@ -53,7 +54,7 @@
53
54
import net.imglib2.type.NativeType;
55
import net.imglib2.type.numeric.RealType;
56
-@Plugin( type = SpotDetectorFactory.class )
57
+@Plugin( type = SpotDetectorFactory.class, priority = Priority.LOW - 5. )
58
public class MorphoLibJDetectorFactory< T extends RealType< T > & NativeType< T > > implements SpotDetectorFactory< T >
59
{
60
0 commit comments