ABS_PATH Name
      
       ABS_PATH Purpose
      
       Convert a relative path to an absolute path.
Category
Calling Sequence
      
       apath = abs_path(rpath) Inputs
             rpath = Relative path, like ../../xx/yy.   in
Keyword Parameters
Keywords
        
         BASE=base  Base directory (def=current).
Outputs
      
       apath = Returned absolute path.            out
Common Blocks
Notes
Modification History
      
       R. Sterner, 2006 Apr 25 
      
       R. Sterner, 2006 May 11 --- Fixed to work for non-relative path.
  
 Copyright (C) 2006, 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.