find_types#
- gwpy.io.datafind.find_types( ) list[str][source]#
Find the available data types for a given observatory.
- Parameters:
- observatory
str The observatory for which to search, as a single character, e.g
"G"for GEO-600.- match
str,re.Pattern, optional Regular expression to match types against.
- trend
str, optional A trend type name to prioritise, e.g.
"m-trend".- kwargs
Other arguments are passed to
gwdatafind.find_types.
- observatory
- Returns:
See also
gwdatafind.find_typesFor details of how available types are discovered.