Information for inputmat.sml


File Name:     inputmat.sml
Author Name:   Ray L. Harris, Jr.
Organization:  GDE Systems, Inc.
Contact Email: ray.harris@gdesystems.com
Address:       GDE Systems, Inc.
               Mail Zone 6500-E
               16250 Technology Drive
               San Diego, CA 92127-1806
Description:   Use a procedure and an added sml
               function to parse a string and 
               fill in a matrix of known size
               from values found in a text file
               
               NOTE: script uses compiled instr.c
               tntsdk example to find numeric
               text position inside of a string.  
               # SML will not work
               # unless you have successfully compiled and run instr.exe
               # See TNTSDK examples.
               #
               # an example would be to read in a covariance matrix needed
               # for the RasterLinearCombine Function.  Once filled, the
               # matrix is available to other functions.