|
| void | LALReadNRWave_raw (LALStatus *status, REAL4TimeVectorSeries **out, const CHAR *filename) |
| | Functionfor reading the numrel waveform – just returns the numrel data as it is without any rescaling of time or amplitude. More...
|
| |
| void | LALReadNRWave_raw_real8 (LALStatus *status, REAL8TimeVectorSeries **out, const CHAR *filename) |
| |
| void | LALReadNRWave (LALStatus *status, REAL4TimeVectorSeries **out, const REAL4 mass, const CHAR *filename) |
| | Reads a numerical relativity waveform given a filename and a value of the total mass for setting the timescale. More...
|
| |
| void | LALNRDataFind (LALStatus *status, NRWaveCatalog *out, const CHAR *dir, const CHAR *filename) |
| | Function for reading a numerical relativity metadata file. More...
|
| |
| void | LALGetSingleNRMetaData (LALStatus *status, NRWaveMetaData *data, const CHAR *dir, const CHAR *cfgstr) |
| | Parse a single string to fill the NRWaveMetaData structure. More...
|
| |
| void | LALAddStrainModes (LALStatus *status, REAL4TimeVectorSeries **outStrain, NRWaveCatalog *nrCatalog, INT4 modeLlo, INT4 modeLhi, const SimInspiralTable *thisInj) |
| | Put the main functionalities of nr_wave.c together. More...
|
| |
| void | LALDriveNRInject (LALStatus *status, REAL4TimeSeries *injData, SimInspiralTable *injections, NumRelInjectParams *params) |
| | Main driver funtion for doing Numerical Relativity Injections. More...
|
| |
Go to the source code of this file.