If an AXIS structure does not exist, a new one whose centres are pixel co-ordinates is created before any modification.
Here are some examples. Suppose the axis centres are being
changed, then EXPRS="INDEX-0.5" gives pixel co-ordinates,
EXPRS="2.3
INDEX
10" would give a linear axis at offset 10
and an increment of 2.3 per pixel, EXPRS="LOG(INDEX
5.2)"
would give a logarithmic axis, and EXPRS="CENTRE
10" would add
ten to all the array centres. If COMP="Width", EXPRS=0.96
would set all the widths to 0.96, and EXPRS="SIND(INDEX-30)
2"
would assign the widths to two plus the sine of the pixel
index with respect to index 30 measured in degrees.
EXPRS is only accessed when MODE="Expression".
# Axis Centres along second dimension
-3.4 -0.81
.1 3.3 4.52 5.6 9 10.5 12. 15.3 18.1 20.2
23 25.3 ! a comment
26.8,27.5 29. 30.76 32.1 32.4567
35.2 37.
<EOF>
KAPPA --- Kernel Application Package