Struct containing metadata information about a single numerical relativity waveform.
This information will be read from a metadata file. It is expected that more elements will be added to this struct as required.
Definition at line 82 of file NRWaveIO.h.
Data Fields | |
| REAL8 | massRatio |
| Mass ratio m1/m2 where we assume m1 >= m2. More... | |
| REAL8 | spin1 [3] |
| Spin of m1. More... | |
| REAL8 | spin2 [3] |
| Spin of m2. More... | |
| INT4 | mode [2] |
| l and m values More... | |
| CHAR | filename [LALNameLength] |
| filename where data is stored More... | |
| REAL8 NRWaveMetaData::massRatio |
Mass ratio m1/m2 where we assume m1 >= m2.
Definition at line 85 of file NRWaveIO.h.
| REAL8 NRWaveMetaData::spin1[3] |
Spin of m1.
Definition at line 86 of file NRWaveIO.h.
| REAL8 NRWaveMetaData::spin2[3] |
Spin of m2.
Definition at line 87 of file NRWaveIO.h.
| INT4 NRWaveMetaData::mode[2] |
l and m values
Definition at line 88 of file NRWaveIO.h.
| CHAR NRWaveMetaData::filename[LALNameLength] |
filename where data is stored
Definition at line 89 of file NRWaveIO.h.