Login  Register

Bug in the surface plot facility?

Posted by Mogens B on Jan 23, 2017; 11:52am
URL: http://astroimagej.170.s1.nabble.com/Bug-in-the-surface-plot-facility-tp591.html

Since updating AstroImageJ (release date 1/13/17, db v. 3.2.1) on my windows10 PC I cannot get the "Interactive 3-D surface plot" running. Neither when launching via the "Analyze" drop down menus nor via the "plug in" drop down menu. Instead I get this message:

"Exception:
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:1807)
        at Interactive_3D_Surface_Plot.createSliderPanel2(Interactive_3D_Surface_Plot.java:1759)
        at Interactive_3D_Surface_Plot.createSettingsPanelRight(Interactive_3D_Surface_Plot.java:1398)
        at Interactive_3D_Surface_Plot.createMainPanel(Interactive_3D_Surface_Plot.java:1283)
        at Interactive_3D_Surface_Plot.createGUI(Interactive_3D_Surface_Plot.java:1247)
        at Interactive_3D_Surface_Plot.runApplication(Interactive_3D_Surface_Plot.java:530)
        at Interactive_3D_Surface_Plot.run(Interactive_3D_Surface_Plot.java:444)
        at ij.IJ.runUserPlugIn(IJ.java:185)
        at ij.IJ.runPlugIn(IJ.java:152)
        at ij.Executer.runCommand(Executer.java:127)
        at ij.Executer.run(Executer.java:64)
        at java.lang.Thread.run(Unknown Source)"

Reverting to a  former version of AstroImageJ  (v 2.0 also with ImageJ v.1.47i included) does not work either.
Do anyone experience the same failure?