aboutsummaryrefslogtreecommitdiff
path: root/test/bl0.75-025/h.ah1.dx
blob: 0a30716bb196e16b8c2b2d3d941b5a432b7a7fa0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# list the size of each patch (N_rho x N_sigma)
object "+z patch" class array type int rank 1 shape 2 items 1 data follows 16 16
object "+x patch" class array type int rank 1 shape 2 items 1 data follows 31 16
object "+y patch" class array type int rank 1 shape 2 items 1 data follows 31 16
object "-z patch" class array type int rank 1 shape 2 items 1 data follows 16 16

# collect all patch sizes into a single OpenDX group
# for the ImportAHFinderDirectGnuplot macro to read
object "patchsizes" class group
member 0 value "+z patch"
member 1 value "+x patch"
member 2 value "+y patch"
member 3 value "-z patch"