You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Caused by: java.lang.ArrayIndexOutOfBoundsException: 1
at net.imagej.display.DefaultDatasetView.xyPlane(DefaultDatasetView.java:340)
at net.imagej.display.DefaultDatasetView.autoscale(DefaultDatasetView.java:169)
at net.imagej.display.DefaultDatasetView.initializeView(DefaultDatasetView.java:515)
at net.imagej.display.DefaultDatasetView.rebuild(DefaultDatasetView.java:399)
at net.imagej.display.DefaultImageDisplay.rebuild(DefaultImageDisplay.java:136)
at net.imagej.display.DefaultImageDisplay.display(DefaultImageDisplay.java:274)
at org.scijava.display.DefaultDisplayService.createDisplay(DefaultDisplayService.java:221)
at org.scijava.display.DefaultDisplayService.createDisplay(DefaultDisplayService.java:207)
Which makes sense, since there is no "Y" for a y plane.
The text was updated successfully, but these errors were encountered:
Illustrated in this sample python script:
Which causes the following exception:
Which makes sense, since there is no "Y" for a y plane.
The text was updated successfully, but these errors were encountered: