Loading [MathJax]/extensions/TeX/AMSsymbols.js
LAL 7.7.0.1-3a66518
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
lal_path2cache.py File Reference

Prototypes

def lal_path2cache.parse_command_line ()
 

Go to the source code of this file.

Namespaces

namespace  lal_path2cache
 

Variables

def lal_path2cache.options = parse_command_line()
 
 lal_path2cache.src = open(options.input)
 
 lal_path2cache.dst = open(options.output, "w")
 
int lal_path2cache.path_count = 0
 
 lal_path2cache.seglists = segments.segmentlistdict()
 
 lal_path2cache.path
 
 lal_path2cache.filename
 
string lal_path2cache.url = "file://localhost%s" % os.path.abspath(os.path.join(path, filename))
 
 lal_path2cache.cache_entry = CacheEntry.from_T050017(url)
 
 lal_path2cache.file
 
 lal_path2cache.ext = seglist.extent()
 
 lal_path2cache.dur = abs(seglist)
 
 lal_path2cache.span = seglists.union(seglists)