Login  Register

Surface 3-D plot error

Posted by odwyerda on May 02, 2009; 12:50pm
URL: http://imagej.273.s1.nabble.com/Surface-3-D-plot-error-tp3692711.html

Hi,

When I try to take a greyscale image and get a 3-D map of it in

Plugins-3D-Interactive 3d surface plot



I get the following error

java.lang.IllegalArgumentException: invalid range properties
        at javax.swing.DefaultBoundedRangeModel.<init>(Unknown Source)
        at javax.swing.JSlider.<init>(Unknown Source)
        at Interactive_3D_Surface_Plot.createSliderVertical(Interactive_3D_Surface_Plot.java:1752)
        at Interactive_3D_Surface_Plot.createSliderPanel2(Interactive_3D_Surface_Plot.java:1702)
        at Interactive_3D_Surface_Plot.createSettingsPanelRight(Interactive_3D_Surface_Plot.java:1343)
        at Interactive_3D_Surface_Plot.createMainPanel(Interactive_3D_Surface_Plot.java:1258)
        at Interactive_3D_Surface_Plot.createGUI(Interactive_3D_Surface_Plot.java:1222)
        at Interactive_3D_Surface_Plot.runApplication(Interactive_3D_Surface_Plot.java:515)
        at Interactive_3D_Surface_Plot.run(Interactive_3D_Surface_Plot.java:438)
        at ij.IJ.runUserPlugIn(IJ.java:176)
        at ij.IJ.runPlugIn(IJ.java:142)
        at ij.Executer.runCommand(Executer.java:104)
        at ij.Executer.run(Executer.java:58)
        at java.lang.Thread.run(Unknown Source)





I have uninstalled and reinstalled to no avail .
the problem started out of nowhere one image worked then the next I got this error

Any ideas


Thanks

Dave