- ←Prev
- KAPLIBS – Internal subroutines used within the KAPPA package.
- Next→
- TOC ↑
Description:
Pixel indices are multiplied by the given factor and the given offset is then added on, to
form the output data. The first pixel has a value equal to the offset.
Invocation
CALL
KPG1_SSAZx( EL, FACTOR, OFFSET, OUT, STATUS )
Arguments
EL = INTEGER (Given)
The
number elements in the returned array.
FACTOR = DOUBLE PRECISION (Given)
The
factor by which the array indices are scaled.
OFFSET = DOUBLE PRECISION (Given)
The offset by which the array indices are shifted.
OUT( EL ) = ? (Returned)
The output
data vector.
STATUS = INTEGER (Given and Returned)
The global status.
Notes:
-
There is a routine for the data types real or double precision: replace "
x"
in the routine
name by R or D respectively, as appropriate. The returned array should be of the same
type.
-
There is no exception handler if the evaluated value exceeds the machine floating-point range.
- ←Prev
- KAPLIBS – Internal subroutines used within the KAPPA package.
- Next→
- TOC ↑