| 
       
     | 
      
        
          _make_within_pi(angles) 
      Make an array of angles completely between -pi and pi. | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
        
          is_within_distances(gal_dist,
        dmin,
        dmax) 
      Return True if dmax > gal_dist > dmin | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
        
          hms2rad(ra_sex) 
      Convert right ascension and from a sexagesimal string to floating 
      point radians. | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
        
          dms2rad(dec_sex) 
      Convert declination from a colon-delimited sexagesimal string to 
      floating point radians. | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
        
          hm2rad(ra_sex) 
      Convert right ascension and from a sexagesimal string to floating 
      point radians. | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
        
          dm2rad(dec_sex) 
      Convert declination from a colon-delimited sexagesimal string to 
      floating point radians. | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
        
          amin2rad_or_tilde(amins) 
      convert arcminutes to radians | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
        
          deg2rad_or_tilde(degs) 
      convert degrees to radians | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
        
          float_or_tilde(num) 
      deal with the use of tildes (and other strings) for unknown float 
      quantities in the GWGC catalog | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
        
          int_or_tilde(num) 
      deal with the use of tildes for unknown int quantities in the GWGC 
      catalog | 
          
            source code
            
           | 
         
       
      
     |