VNORM Name
      
       VNORM Purpose
      
       Normalize an array of values to 0. to 1.
Category
Calling Sequence
      
       v2 = vnorm(v1, [scale, offset]) Inputs
             v1 = input array.                              in
      
       scale = optional scale factor (def=1).         in
      
       offset = optional offset (def=0).              in
Keyword Parameters
Outputs
      
       v2 = Returned values normalized as indicated.  out
Common Blocks
Notes
Modification History
      
       R. Sterner, 2003 Jan 23 
  
 Copyright (C) 2003, Johns Hopkins University/Applied Physics Laboratory
  
 This software may be used, copied, or redistributed as long as it is not
  
 sold and this copyright notice is reproduced on each copy made.  This
  
 routine is provided as is without any express or implied warranties
  
 whatsoever.  Other limitations apply as described in the file disclaimer.txt.