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

is bundle of bundle really okay, and other rules about QDataSet #34

Open jbfaden opened 1 year ago

jbfaden commented 1 year ago

I just removed a warning from QDataSet where a dataset unbundled from a bundle is itself a bundle. I don't think this is actually a problem, and QDataSet allows this.

However, there are other limits like this and this might be a good one to verify. For example, slicing any dataset (slice0) will always produce a qube, and this allows nice assumptions to be made.

All of these limits need to be explicit and well-documented.