You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
567 B
32 lines
567 B
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[10][10][10];
|
|
MAPS:
|
|
Float64 x[10];
|
|
Float64 y[10];
|
|
Float64 z[10];
|
|
} ThreeD;
|
|
Grid {
|
|
ARRAY:
|
|
Float64 tamp[10][10][10][10];
|
|
MAPS:
|
|
Float64 x[10];
|
|
Float64 y[10];
|
|
Float64 z[10];
|
|
Float64 t[10];
|
|
} FourD;
|
|
} SimpleGrids;
|
|
|