The default amount is 1 em space. To change to a label gutter of 5 points
you would enter,
\labelformat{\gutter{5pt}}
\everylabel determines the type face and size of the label itself. The
default is roman face and right ragged.
�|Example:�%
The sample markup reduces the skipbefore amount, increases the labelwidth
(to suit a larger format), and changes the font for labels to 9 point bold.
Note the use of displayed math mode.
\selectfontset{cm9}{ninepoint}{default}
\labelformat{\skipbefore{6pt}
\labelwidth{108pt}
\gutter{1em}
\everylabel{\ninepoint\bd}}
\label{HALF}
specifies that both input datasets are halfword
(maximum 511 DN) (default is byte data).
\la{ADD} specifies that the sum of the two input
datasets is to be computed (default is the
computation of the difference image).
\la{SCALE, nmin, nmax}
nmin and nmax are integers between -255 and 510
(-511 and 1022 for halfword data.) Since . . .
\la{}
If N(I,J) is less than nmin, the OUTPUT=0.\lbr
If N(I,J) is greater than nmax, the OUTPUT=K.\lbr
If N(I,J) is between or equal to nmin and nmax then
@@OUTPUT = K*{N(I,J)-nmin\over nmax-nmin}@@
where N(I,J) = IN1(I,J) - IN2(I,J) or if "ADD" has
been specified, N(I,J) = IN1(I,J) + IN2(I,J)
and K = 255 (511 for halfword data).
\la{TRANS\lbr sl1, ss1, sl2, ss2}sl1 and ss1 are
line and sample
coordinates for a point in IN1, and sl2 and ss2 are the
corresponding coordinates for the point in IN2. If HALF
has been specified, ss1 and ss2 refer to {\it bytes}
(not sample) in IN1 and In2, respectively.
+-----------------------------------------------------------------------------+
| |
| HALF specifies that both input datasets are halfword (maximum |
| 511 DN) (default is byte data). |
| ADD specifies that the sum of the two input datasets is to |
| be computed (default is the computation of the difference |
| image). |
| |
| SCALE, nmin, |
| nmax 1022 for halfword data.)rsSincewe.n.-.55 and 510 (-511 and |
| If N(I,J) is less than nmin, the OUTPUT=0. |
| If N(I,J) is greater than nmax, the OUTPUT=K. |
| If N(I,J) is between or equal to nmin and nmax then |
| OUTPUT = K*N(I,J)-nmin nmax-nmin where N(I,J) = IN1(I,J) - |
| IN2(I,J) or if "ADD" has been specified, N(I,J) = IN1(I,J) |
| + IN2(I,J) and K = 255 (511 for halfword data). |
| |
| TRANS |
| sl1, ss1, sl2,IN1, and sl2 and ss2 are the corresponding coordinates for |
| ss2 the pointsinaIN2.inIfaHALFahasebeenrspecified,rss1pandtss2 |
| refer to bytes (not sample) in IN1 and In2, respectively. |
| |
+-----------------------------------------------------------------------------+