Package pylal :: Module frutils
[hide private]
[frames] | no frames]

Module frutils

source code


Author: Nickolas Fotopoulos <nickolas.fotopoulos@ligo.org>

Classes [hide private]
  FrameCache
FrameCache is a transparent interface to LSC data.
  AutoqueryingFrameCache
This subclass of FrameCache will query ligo_data_find automatically, so no LAL-cache files are required.
Functions [hide private]
 
validateProxy(path)
Test that the proxy certificate is RFC 3820 compliant and that it is valid for at least the next 15 minutes.
source code
 
findCredential()
Follow the usual path that GSI libraries would follow to find a valid proxy credential but also allow an end entity certificate to be used along with an unencrypted private key if they are pointed to by X509_USER_CERT and X509_USER_KEY since we expect this will be the output from the eventual ligo-login wrapper around kinit and then myproxy-login.
source code
 
query_LDR(server, port, site, frameType, gpsStart, gpsEnd, urlType=None, noproxy=False)
Return a list of URLs to frames covering the requested time, as returned by the LDR server.
source code