GLUE (Grid LSC User Environment) is a collection of utilities for running data analysis pipelines for online and offline analysis as well as accessing various grid utilities. Current version is 4.1.1, actively maintained, with releases roughly every few months.
pip install lscsoft-glueVerified import paths — ran on the pinned version, not inferred.
Create a LIGO cache file using GLUE's Cache class.
Use 'from glue.lal import ...' instead of 'from glue import ...'
Replace 'from glue.segmentdb import *' with 'from ligo.segments import *'
Use forward slashes or os.path.normpath() to convert paths.
pip install lscsoft-glue
Use 'from glue.lal import Cache'
Ensure each cache entry has 4 columns: observatory, description, start_time, end_time, filename. LIGO channel/duration format is not supported.