diff options
Diffstat (limited to 'doc/examples/simple.geom')
-rw-r--r-- | doc/examples/simple.geom | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/examples/simple.geom b/doc/examples/simple.geom new file mode 100644 index 00000000..0c309c27 --- /dev/null +++ b/doc/examples/simple.geom @@ -0,0 +1,21 @@ +n_panels = 2 + +; Upper panel +0/min_x = 0 +0/max_x = 1023 +0/min_y = 512 +0/max_y = 1023 +0/cx = 512.0 +0/cy = 502.0 +0/clen = 50.0e-3 +0/res = 13333.3 ; 75 micron pixel size + +; Lower panel +1/min_x = 0 +1/max_x = 1023 +1/min_y = 0 +1/max_y = 511 +1/cx = 512.0 +1/cy = 522.0 +1/clen = 50.0e-3 +1/res = 13333.3 ; 75 micron pixel size |