Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
gwdatafind 2.1.1
gwdatafind 2.1.1

Documentation

  • Installation
  • Basic usage
  • Session usage
  • Authorisation
  • HTCondor

Reference

  • gwdatafind
    • find_latest
    • find_observatories
    • find_times
    • find_types
    • find_url
    • find_urls
    • ping
  • gwdatafind.io
    • Cache
    • LalCacheEntry
    • OmegaCacheEntry
  • gwdatafind.utils
    • file_segment
    • filename_metadata
    • find_credential
    • get_default_host
    • validate_proxy

Command-line interface

  • gw_data_find

Extras

  • Changelog
Back to top
View this page

gwdatafind.io¶

I/O (mainly O) routines for GWDataFind.

The main interface is the Cache object, which takes in lists of URIs and can write to a number of other formats.

See also Using GWDataFind with HTCondor.

Classes¶

Cache(items)

Formatted list of URIs.

LalCacheEntry(obs, tag, segment, url)

Simplified version of lal.utils.CacheEntry.

OmegaCacheEntry(obs, tag, segment, duration, url)

CacheEntry for an omega-style cache.

Next
Cache
Previous
ping
Copyright © 2025, Cardiff University
Made with Sphinx and @pradyunsg's Furo
On this page
  • gwdatafind.io
    • Classes