gstlal 1.13.0
Loading...
Searching...
No Matches
python.datafind.DataType Class Reference
Inheritance diagram for python.datafind.DataType:
Collaboration diagram for python.datafind.DataType:

Public Member Functions

 __init__ (self, value, extension)
 __str__ (self)
Public Member Functions inherited from python.datafind.DataFileMixin
 description (self, svd_bin=None, subtype=None)
 filename (self, ifos, span=None, svd_bin=None, subtype=None, extension=None)
 file_pattern (self, svd_bin=None, subtype=None, extension=None)
 directory (self, root=None, start=None)

Public Attributes

 extension = extension

Static Public Attributes

tuple REFERENCE_PSD = (0, "xml.gz")
tuple MEDIAN_PSD = (1, "xml.gz")
tuple SMOOTH_PSD = (2, "xml.gz")
tuple TRIGGERS = (10, "xml.gz")
tuple DIST_STATS = (20, "xml.gz")
tuple PRIOR_DIST_STATS = (21, "xml.gz")
tuple MARG_DIST_STATS = (22, "xml.gz")
tuple DIST_STAT_PDFS = (30, "xml.gz")
tuple POST_DIST_STAT_PDFS = (31, "xml.gz")
tuple ZEROLAG_DIST_STAT_PDFS = (32, "xml.gz")
tuple TEMPLATE_BANK = (40, "xml.gz")
tuple SPLIT_BANK = (41, "xml.gz")
tuple SVD_BANK = (42, "xml.gz")
tuple SVD_MANIFEST = (50, "json")
tuple MASS_MODEL = (60, "h5")
tuple FRAMES = (70, "gwf")
tuple INJECTIONS = (80, "xml")
tuple SPLIT_INJECTIONS = (81, "xml")
tuple MATCHED_INJECTIONS = (82, "xml")
tuple LNLR_SIGNAL_CDF = (90, "pkl")

Detailed Description

Definition at line 65 of file datafind.py.

Constructor & Destructor Documentation

◆ __init__()

python.datafind.DataType.__init__ ( self,
value,
extension )

Definition at line 87 of file datafind.py.

Member Function Documentation

◆ __str__()

python.datafind.DataType.__str__ ( self)

Definition at line 90 of file datafind.py.

Member Data Documentation

◆ DIST_STAT_PDFS

tuple python.datafind.DataType.DIST_STAT_PDFS = (30, "xml.gz")
static

Definition at line 73 of file datafind.py.

◆ DIST_STATS

tuple python.datafind.DataType.DIST_STATS = (20, "xml.gz")
static

Definition at line 70 of file datafind.py.

◆ extension

python.datafind.DataType.extension = extension

Definition at line 88 of file datafind.py.

◆ FRAMES

tuple python.datafind.DataType.FRAMES = (70, "gwf")
static

Definition at line 81 of file datafind.py.

◆ INJECTIONS

tuple python.datafind.DataType.INJECTIONS = (80, "xml")
static

Definition at line 82 of file datafind.py.

◆ LNLR_SIGNAL_CDF

tuple python.datafind.DataType.LNLR_SIGNAL_CDF = (90, "pkl")
static

Definition at line 85 of file datafind.py.

◆ MARG_DIST_STATS

tuple python.datafind.DataType.MARG_DIST_STATS = (22, "xml.gz")
static

Definition at line 72 of file datafind.py.

◆ MASS_MODEL

tuple python.datafind.DataType.MASS_MODEL = (60, "h5")
static

Definition at line 80 of file datafind.py.

◆ MATCHED_INJECTIONS

tuple python.datafind.DataType.MATCHED_INJECTIONS = (82, "xml")
static

Definition at line 84 of file datafind.py.

◆ MEDIAN_PSD

tuple python.datafind.DataType.MEDIAN_PSD = (1, "xml.gz")
static

Definition at line 67 of file datafind.py.

◆ POST_DIST_STAT_PDFS

tuple python.datafind.DataType.POST_DIST_STAT_PDFS = (31, "xml.gz")
static

Definition at line 74 of file datafind.py.

◆ PRIOR_DIST_STATS

tuple python.datafind.DataType.PRIOR_DIST_STATS = (21, "xml.gz")
static

Definition at line 71 of file datafind.py.

◆ REFERENCE_PSD

tuple python.datafind.DataType.REFERENCE_PSD = (0, "xml.gz")
static

Definition at line 66 of file datafind.py.

◆ SMOOTH_PSD

tuple python.datafind.DataType.SMOOTH_PSD = (2, "xml.gz")
static

Definition at line 68 of file datafind.py.

◆ SPLIT_BANK

tuple python.datafind.DataType.SPLIT_BANK = (41, "xml.gz")
static

Definition at line 77 of file datafind.py.

◆ SPLIT_INJECTIONS

tuple python.datafind.DataType.SPLIT_INJECTIONS = (81, "xml")
static

Definition at line 83 of file datafind.py.

◆ SVD_BANK

tuple python.datafind.DataType.SVD_BANK = (42, "xml.gz")
static

Definition at line 78 of file datafind.py.

◆ SVD_MANIFEST

tuple python.datafind.DataType.SVD_MANIFEST = (50, "json")
static

Definition at line 79 of file datafind.py.

◆ TEMPLATE_BANK

tuple python.datafind.DataType.TEMPLATE_BANK = (40, "xml.gz")
static

Definition at line 76 of file datafind.py.

◆ TRIGGERS

tuple python.datafind.DataType.TRIGGERS = (10, "xml.gz")
static

Definition at line 69 of file datafind.py.

◆ ZEROLAG_DIST_STAT_PDFS

tuple python.datafind.DataType.ZEROLAG_DIST_STAT_PDFS = (32, "xml.gz")
static

Definition at line 75 of file datafind.py.


The documentation for this class was generated from the following file: