Cache manipulation (gwpy.io.cache)#
Input/Output utilities for GW Cache files.
A cache file is a specially-formatted ASCII file that contains file paths and associated metadata for those files, designed to make identifying relevant data, and sieving large file lists, easier for the user.
Functions#
|
Return the segments of data covered by entries in the cache(s). |
|
Return the data segment for a filename following LIGO-T010150. |
|
Return metadata parsed from a filename following LIGO-T010150. |
|
Separate one or more cache entry lists into time-contiguous sub-lists. |
|
Flatten a nested list of cache entries. |
|
Return |
|
Return |
|
Read a LAL- or FFL-format cache file as a list of file paths. |
|
Read a file path from a line in a cache file. |
|
Filter the cache to find those entries that overlap |
|
Write a |