Dataset { Grid { ARRAY: Float64 amp[10]; MAPS: Float64 x[10]; } OneD; Grid { ARRAY: Float64 amp[10][10]; MAPS: Float64 x[10]; Float64 y[10]; } TwoD; Grid { ARRAY: Float64 amp[x = 10][y = 10][z = 10]; MAPS: Float64 x[10]; Float64 y[10]; Float64 z[10]; } ThreeD; Grid { ARRAY: Float64 amp[10][10][10][10]; MAPS: Float64 x[10]; Float64 y[10]; Float64 z[10]; Float64 t[10]; } FourD; } SimpleGrids;