MAKEMS Name
      
       MAKEMS Purpose
      
       Make array of values from start to end with a max step size.
Category
Calling Sequence
      
       a = makems(start,stop,maxstep) Inputs
             start = starting value.         in
              stop = ending value.            in
              maxstep = max step size to use. in
Keyword Parameters
Outputs
      
       a = returned array of values.   out
Common Blocks
Notes
      
       Notes: example: print,makems(0,360000,100000) gives
        
         0      100000      200000      300000      360000
Modification History
      
       R. Sterner, 1997 Apr 15 
  
 Copyright (C) 1997, 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.