| Home | Trees | Indices | Help | 
        
  | 
  
|---|
| 
       | 
  
httplib.HTTPConnection --+
                         |
                        GWDataFindHTTPConnection
Connection to LIGO data replicator service using HTTP.
    
  | 
|||
| 
        LIGOTimeGPSType An object for storing times with nanosecond resolution.  | 
  |||
| 
     Inherited from   | 
  |||
    
  | 
|||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
| 
     Inherited from  Inherited from   | 
  |||
    
  | 
|||
| 
     Inherited from  Inherited from   | 
  |||
    
  | 
|||
  
 Connect to the LDR host using HTTPS. Default host is defined by the LIGO_DATAFIND_SERVER environment variable. 
  | 
  
 Internal method to perform request and verify reponse. 
  | 
  
 Query the LDR host for a single framefile 
  | 
  
 Find the framefiles for the given type in the [start, end) interval frame 
  | 
  
 Query for the most recent framefile of a given type. 
  | 
  
 Query the LDR host for observatories. Use match to restrict returned observatories to those matching the regular expression. Example: >>> connection.find_observatories() ['AGHLT', 'G', 'GHLTV', 'GHLV', 'GHT', 'H', 'HL', 'HLT', 'L', 'T', 'V', 'Z'] >>> connection.find_observatories("H") ['H', 'HL', 'HLT'] 
  | 
  
 Query the LDR for times for which frames are avaliable Use gpsstart and gpsend to restrict the returned times to this semiopen interval. 
  | 
  
 Query the LDR host for frame types. Use site to restrict query to given observatory prefix, and use match to restrict returned types to those matching the regular expression. Example: >>> connection.find_types("L", "RDS") ['L1_RDS_C01_LX', 'L1_RDS_C02_LX', 'L1_RDS_C03_L2', 'L1_RDS_R_L1', 'L1_RDS_R_L3', 'L1_RDS_R_L4', 'PEM_RDS_A6', 'RDS_R_L1', 'RDS_R_L2', 'RDS_R_L3', 'TESTPEM_RDS_A6'] 
  | 
  
 Ping the LDR host to test for life 
  | 
| Home | Trees | Indices | Help | 
        
  | 
  
|---|
| Generated by Epydoc 3.0.1 on Tue Dec 12 00:34:18 2017 | http://epydoc.sourceforge.net |