- ←Prev
- KAPLIBS – Internal subroutines used within the KAPPA package.
- Next→
- TOC ↑
Description:
This routine replaces any IEEE not-a-number (NaN) values present in a
vector of 32-bit IEEE-754 floating-point numbers to the standard _REAL bad-pixel value. Also
converted to the standard bad-pixel value are values who exponent is greater than maximum
provided by the host machine.
Invocation
CALL FTS1_RNANR( EL, BUF, STATUS )
Arguments
EL
= INTEGER (Given)
The number of IEEE numbers to be processed. An expression must not be given.
BUF( EL ) = REAL (Given and Returned)
The IEEE numbers to be cleansed of NaN
values.
STATUS = INTEGER (Given and Returned)
The global status.
References
- ←Prev
- KAPLIBS – Internal subroutines used within the KAPPA package.
- Next→
- TOC ↑