LDAS Database
The concept of the LDAS database tables listed here is described in Technical Note LIGO-T990101-010E, Table Definitions for LDAS Metadata/Event Database.
The tables can be categorized by type of information stored into the following groups:
Process
The process table stores information about a specific invocation of a program; the input parameters for a given process is stored in the process_params table.
| process | ilwd example | xml example |
|---|---|---|
| process_params | ilwd example | xml example |
MetaData about Raw Data
The Framesets tables hold information about frames which are built from raw data; basic information is stored in frameset table, while information about its orgin is stored in frameset_writer, its contents in frameset_chanlist and locations in frameset_loc.
| frameset_chanlist | ilwd example | xml example |
|---|---|---|
| frameset_writer | ilwd example | xml example |
| frameset | ilwd example | xml example |
| frameset_loc | ilwd example | xml example |
The Segment tables contains information for logical construct of data based on common property e.g. duration when an inferometer is locked; segment_definer and segment tables are analogous to frameset_writer and frameset tables.
| segment_definer | ilwd example | xml example |
|---|---|---|
| segment | ilwd example | xml example |
The Summary tables store various summary information about intervals of data: scalar values, statistics, spectra, text comments and arbitrary binary objects.
The event tables hold results of astrophysics searches of defined sources such as inspiral, bursts, ringdowns, directedperiodic, and unmodeled-sources. The filters applied for the searches are stored in the filters tables. The simulation parameters and calibration information are also stored in tables.
| filter | ilwd example | xml example |
|---|---|---|
| filter_params | ilwd example | xml example |
| sim_type | ilwd example | xml example |
|---|---|---|
| sim_type_params | ilwd example | xml example |
| sim_inst | ilwd example | xml example |
| sim_inst_params | ilwd example | xml example |
| calib_info | ilwd example | xml example |
|---|
| gds trigger | ilwd example | xml example |
|---|---|---|
| exttrig_search | ilwd example | xml example |
| multi_inspiral | ilwd example | xml example |
|---|---|---|
| multi_burst | ilwd example | xml example |
This table contains the list of data runs.
| runlist | ilwd example | xml example |
|---|
The cross-reference relationship among the ldas tables is depicted in this diagram.
Suggestions or Comments? Please Contact mlei@ligo.caltech.edu