We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5923d37 commit 23ef82fCopy full SHA for 23ef82f
1 file changed
src/main/java/gui/RenderThread.java
@@ -37,16 +37,6 @@
37
38
public class RenderThread implements Runnable
39
{
40
- /*
41
- protected static int medianFilter = 0;
42
- protected static double gaussFactor = 1;
43
-
44
- public static double minRange = 0;
45
- public static double maxRange = 200;
46
- public static double min = 0.1;
47
- public static double max = 5;
48
- */
49
50
protected final BdvOptions options;
51
protected BdvStackSource< ? > bdv;
52
protected final Interval interval;
0 commit comments