das-developers / das2java

The original das2 library. Provides interactive publication-ready 2-D plotting
https://das2.org
GNU Lesser General Public License v3.0
4 stars 0 forks source link

QDataSet dimension count for BUNDLE_1 #91

Open jbfaden opened 7 months ago

jbfaden commented 7 months ago

The documentation for QDataSet's dimensionCount indicates that a bundle of 20 rank 1 datasets should be 21 but it comes back 3 because BUNDLE_1 is never checked for. This ends up being harmless in Autoplot, which only checks to see that there are more than two dimensions, but this should be fixed.

See https://github.com/das-developers/das2java/blob/ac15b5b6920dfcfc8c7149c9a501fbd5538fb1ae/QDataSet/src/org/das2/qds/ops/Ops.java#L15176

jbfaden commented 2 months ago

I might have fixed this, because it is closer to correct. I'm writing a Jython code to demo this, see https://github.com/autoplot/dev/blob/master/bugs/ghdas2/0091/demoDimensionCount.jy