Open maarzt opened 7 years ago
The error seems to be cause by DefaultDatasetView
. In DefaultDatasetView#rebuild()
CompositeXYProjector
is used to project the image to screenImage
which has different bounds.
In DefaultDatasetView#autoscale()
seems to be a second unrelated error which as well causes ArrayOutOfBoundsExceptions.
Seems reminiscent of imglib/imglib2#161. @maarzt Did you get a chance to talk to @tpietzsch about this?
And I certainly agree that regardless of the correctness of CompositeXYProjector
behavior, this is a bug... in something somewhere! Your example above should clearly work, not throw exceptions.
Did you get a chance to talk to @tpietzsch about this?
Yes, I suggested that @maarzt files an issue...
Minimal example:
produces several an ArrayOutOfBoundExceptions.