org.das2.sdi provides adapters to convert SDI datasets into QDataSets and from QDataSets to their SDI implementation. Classes ending in "Adapter" provide a QDataSet for the SDI implementation, and should be called directly.

Class Name QDataSet Constraints Example Rendering
XYData
  • Rank 1
XYData.png
XYZData
  • Rank 2: i,j<3 → XYZ(i,j)
  • Rank 1: X(i) → Y(i;PLANE_0=Z)
XYZData.png
SimpleBinnedData2D
  • Rank 2: X(i),Y(j) → Z(i,j)
SimpleBinnedData2D.png
BinnedData2D
  • Rank 2: X(i),Y(j) → Z(i,j)
BinnedData2D.png