#include "las.h"
FUNCTION c_svmnmx (hname, totbnd, minval, maxval, m_flag)
char *hname; long *totbnd; double minval[]; double maxval[]; char *m_flag;
Image host file name for which the information is to be written.
Total number of bands in the output image.
Array of minimum intensity values.
Array of maximum intensity values.
A flag ("YES", "NO", or "BOUNDED") indicating whether or not the min and max values were calculated/estimated. An application program can pass the value retrieved from the $MINMAX global ("YES" the minmax was calculated or "NO" it was not calculated). An application program can pass the value of "BOUNDED" when estimated values for minval be calculated.
The c_svmnmx() call is used to ouput the specified minimum, maximum, and validity flag values for each band record of the DDR file associated with image hname.
c_svmnmx() returns
E_SUCC (0) --> successful completion E_FAIL (-1) --> operation failed E_PROT (-2) --> DDR is write protected - No error message is produced from this error