LAL  7.5.0.1-b72065a
lal.utils.cache Namespace Reference

Data Structures

class  CacheEntry
 A Python object representing one line in a LAL cache file. More...
 

Functions

def lalcache_from_gluecache (cache)
 Convert a glue.lal.Cache object to a lal.Cache object. More...
 

Function Documentation

◆ lalcache_from_gluecache()

def lal.utils.cache.lalcache_from_gluecache (   cache)

Convert a glue.lal.Cache object to a lal.Cache object.

Writes cache to temporary file and reads to Cache.

Parameters
cacheLAL cache object from GLUE to convert type cache glue.lal.Cache
Returns
a lal.Cache object representing the same data

Definition at line 52 of file cache.py.