LALSimBurst.h | LALSimBurst.h | |||
---|---|---|---|---|
skipping to change at line 86 | skipping to change at line 86 | |||
REAL8TimeSeries **hplus, | REAL8TimeSeries **hplus, | |||
REAL8TimeSeries **hcross, | REAL8TimeSeries **hcross, | |||
REAL8 Q, | REAL8 Q, | |||
REAL8 centre_frequency, | REAL8 centre_frequency, | |||
REAL8 hrss, | REAL8 hrss, | |||
REAL8 eccentricity, | REAL8 eccentricity, | |||
REAL8 polarization, | REAL8 polarization, | |||
REAL8 delta_t | REAL8 delta_t | |||
); | ); | |||
int XLALSimBurstImg( | ||||
REAL8TimeSeries **hplus, | ||||
REAL8TimeSeries **hcross, | ||||
REAL8Array *image, | ||||
double dt, | ||||
double df, | ||||
double fstart, | ||||
double hrss, | ||||
double deltaT, | ||||
gsl_rng *rng | ||||
); | ||||
int XLALSimUnicorn( | ||||
REAL8TimeSeries **hplus, | ||||
REAL8TimeSeries **hcross, | ||||
double f_min, | ||||
double f_max, | ||||
double V, | ||||
double hrss, | ||||
double deltaT, | ||||
gsl_rng *rng | ||||
); | ||||
REAL8 XLALMeasureHPeak(const REAL8TimeSeries *); | REAL8 XLALMeasureHPeak(const REAL8TimeSeries *); | |||
REAL8 XLALMeasureIntS1S2DT(const REAL8TimeSeries *, const REAL8TimeSeries * ); | REAL8 XLALMeasureIntS1S2DT(const REAL8TimeSeries *, const REAL8TimeSeries * ); | |||
REAL8 XLALMeasureHrss(const REAL8TimeSeries *, const REAL8TimeSeries *); | REAL8 XLALMeasureHrss(const REAL8TimeSeries *, const REAL8TimeSeries *); | |||
REAL8 XLALMeasureIntHDotSquaredDT(const COMPLEX16FrequencySeries *); | REAL8 XLALMeasureIntHDotSquaredDT(const COMPLEX16FrequencySeries *); | |||
REAL8 XLALMeasureEoverRsquared(REAL8TimeSeries *, REAL8TimeSeries *); | REAL8 XLALMeasureEoverRsquared(REAL8TimeSeries *, REAL8TimeSeries *); | |||
#if 0 | #if 0 | |||
{ /* so that editors will match succeeding brace */ | { /* so that editors will match succeeding brace */ | |||
#elif defined(__cplusplus) | #elif defined(__cplusplus) | |||
} | } | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 23 lines changed or added | |||
LALSimulationConfig.h | LALSimulationConfig.h | |||
---|---|---|---|---|
/* src/LALSimulationConfig.h. Generated from LALSimulationConfig.h.in by c onfigure. */ | /* src/LALSimulationConfig.h. Generated from LALSimulationConfig.h.in by c onfigure. */ | |||
/* only include this file if LALSimulation's config.h has not been included */ | /* only include this file if LALSimulation's config.h has not been included */ | |||
#ifndef _LALSIMULATIONCONFIG_H | #ifndef _LALSIMULATIONCONFIG_H | |||
#define _LALSIMULATIONCONFIG_H | #define _LALSIMULATIONCONFIG_H | |||
/* LALFrame Version */ | /* LALFrame Version */ | |||
#define LALSIMULATION_VERSION "0.1.0" | #define LALSIMULATION_VERSION "0.1.1" | |||
/* LALFrame Version Major Number */ | /* LALFrame Version Major Number */ | |||
#define LALSIMULATION_VERSION_MAJOR 0 | #define LALSIMULATION_VERSION_MAJOR 0 | |||
/* LALFrame Version Minor Number */ | /* LALFrame Version Minor Number */ | |||
#define LALSIMULATION_VERSION_MINOR 1 | #define LALSIMULATION_VERSION_MINOR 1 | |||
/* LALFrame Version Micro Number */ | /* LALFrame Version Micro Number */ | |||
#define LALSIMULATION_VERSION_MICRO 0 | #define LALSIMULATION_VERSION_MICRO 1 | |||
/* LALFrame Version Devel Number */ | /* LALFrame Version Devel Number */ | |||
#define LALSIMULATION_VERSION_DEVEL 0 | #define LALSIMULATION_VERSION_DEVEL 0 | |||
/* LALFrame Configure Arguments */ | /* LALFrame Configure Arguments */ | |||
#define LALSIMULATION_CONFIGURE_ARGS " '--enable-shared' '--prefix=/home/an drey/upstream-tracker/testing/lalsimulation/0.1.0' '--exec-prefix=/home/and rey/upstream-tracker/testing/lalsimulation/0.1.0' '--sysconfdir=/home/andre y/upstream-tracker/testing/lalsimulation/0.1.0' '--datadir=/home/andrey/ups tream-tracker/testing/lalsimulation/0.1.0' 'CFLAGS=-w -fpermissive' 'CXXFLA GS=-w -fpermissive'" | #define LALSIMULATION_CONFIGURE_ARGS " '--enable-shared' '--prefix=/home/an drey/upstream-tracker/testing/lalsimulation/0.1.1' '--exec-prefix=/home/and rey/upstream-tracker/testing/lalsimulation/0.1.1' '--sysconfdir=/home/andre y/upstream-tracker/testing/lalsimulation/0.1.1' '--datadir=/home/andrey/ups tream-tracker/testing/lalsimulation/0.1.1' 'CFLAGS=-w -fpermissive' 'CXXFLA GS=-w -fpermissive'" | |||
/* LALFrame Configure Date */ | /* LALFrame Configure Date */ | |||
#define LALSIMULATION_CONFIGURE_DATE "2012-05-12T12:58:36+0400" | #define LALSIMULATION_CONFIGURE_DATE "2012-05-12T12:58:04+0400" | |||
#endif /* _LALSIMULATIONCONFIG_H */ | #endif /* _LALSIMULATIONCONFIG_H */ | |||
End of changes. 4 change blocks. | ||||
4 lines changed or deleted | 4 lines changed or added | |||
LALSimulationVCSInfo.h | LALSimulationVCSInfo.h | |||
---|---|---|---|---|
skipping to change at line 34 | skipping to change at line 34 | |||
#include <lal/LALVCSInfo.h> | #include <lal/LALVCSInfo.h> | |||
#include <lal/LALSimulationConfig.h> | #include <lal/LALSimulationConfig.h> | |||
#ifdef __cplusplus | #ifdef __cplusplus | |||
extern "C" { | extern "C" { | |||
#endif | #endif | |||
/* vcs information defines */ | /* vcs information defines */ | |||
#define LALSIMULATION_VCS_NAME "LALSimulation" | #define LALSIMULATION_VCS_NAME "LALSimulation" | |||
#define LALSIMULATION_VCS_ID "358678114ef7ca9348d23da2b6964370c4065596" | #define LALSIMULATION_VCS_ID "810021a5e8cad32d1aaffed66753aaff7df5679f" | |||
#define LALSIMULATION_VCS_DATE "2011-12-13 19:02:09 +0000" | #define LALSIMULATION_VCS_DATE "2012-01-13 22:10:10 +0000" | |||
#define LALSIMULATION_VCS_BRANCH "None" | #define LALSIMULATION_VCS_BRANCH "None" | |||
#define LALSIMULATION_VCS_TAG "lalsimulation-v0.1.0" | #define LALSIMULATION_VCS_TAG "lalsimulation-v0.1.1" | |||
#define LALSIMULATION_VCS_AUTHOR "Adam Mercer <adam.mercer@ligo.org>" | #define LALSIMULATION_VCS_AUTHOR "Adam Mercer <adam.mercer@ligo.org>" | |||
#define LALSIMULATION_VCS_COMMITTER "Adam Mercer <adam.mercer@ligo.org>" | #define LALSIMULATION_VCS_COMMITTER "Adam Mercer <adam.mercer@ligo.org>" | |||
#define LALSIMULATION_VCS_STATUS "CLEAN: All modifications committed" | #define LALSIMULATION_VCS_STATUS "CLEAN: All modifications committed" | |||
/* vcs information defines - identable*/ | /* vcs information defines - identable*/ | |||
#define LALSIMULATION_VCS_IDENT_ID "$" "LALSimulationId: 358678114ef7ca9348 | #define LALSIMULATION_VCS_IDENT_ID "$" "LALSimulationId: 810021a5e8cad32d1a | |||
d23da2b6964370c4065596 " "$" | affed66753aaff7df5679f " "$" | |||
#define LALSIMULATION_VCS_IDENT_DATE "$" "LALSimulationDate: 2011-12-13 19: | #define LALSIMULATION_VCS_IDENT_DATE "$" "LALSimulationDate: 2012-01-13 22: | |||
02:09 +0000 " "$" | 10:10 +0000 " "$" | |||
#define LALSIMULATION_VCS_IDENT_BRANCH "$" "LALSimulationBranch: None " "$" | #define LALSIMULATION_VCS_IDENT_BRANCH "$" "LALSimulationBranch: None " "$" | |||
#define LALSIMULATION_VCS_IDENT_TAG "$" "LALSimulationTag: lalsimulation-v0 .1.0 " "$" | #define LALSIMULATION_VCS_IDENT_TAG "$" "LALSimulationTag: lalsimulation-v0 .1.1 " "$" | |||
#define LALSIMULATION_VCS_IDENT_AUTHOR "$" "LALSimulationAuthor: Adam Merce r <adam.mercer@ligo.org> " "$" | #define LALSIMULATION_VCS_IDENT_AUTHOR "$" "LALSimulationAuthor: Adam Merce r <adam.mercer@ligo.org> " "$" | |||
#define LALSIMULATION_VCS_IDENT_COMMITTER "$" "LALSimulationCommitter: Adam Mercer <adam.mercer@ligo.org> " "$" | #define LALSIMULATION_VCS_IDENT_COMMITTER "$" "LALSimulationCommitter: Adam Mercer <adam.mercer@ligo.org> " "$" | |||
#define LALSIMULATION_VCS_IDENT_STATUS "$" "LALSimulationStatus: CLEAN: All modifications committed " "$" | #define LALSIMULATION_VCS_IDENT_STATUS "$" "LALSimulationStatus: CLEAN: All modifications committed " "$" | |||
/* vcs information structures */ | /* vcs information structures */ | |||
extern struct tagLALVCSInfo lalSimulationVCSInfo; | extern struct tagLALVCSInfo lalSimulationVCSInfo; | |||
static const struct tagLALVCSInfo lalSimulationHeaderVCSInfo = { \ | static const struct tagLALVCSInfo lalSimulationHeaderVCSInfo = { \ | |||
LALSIMULATION_VCS_NAME, \ | LALSIMULATION_VCS_NAME, \ | |||
LALSIMULATION_VERSION, \ | LALSIMULATION_VERSION, \ | |||
LALSIMULATION_VCS_ID, \ | LALSIMULATION_VCS_ID, \ | |||
End of changes. 4 change blocks. | ||||
8 lines changed or deleted | 8 lines changed or added | |||