Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALApps 10.1.0.1-ea7c608
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
getresp.c File Reference

Prototypes

COMPLEX8FrequencySeriesget_response (const char *cacheName, const char *ifoName, LIGOTimeGPS *epoch, REAL8 dataDuration, REAL8 dataSampleRate, REAL4 responseScale, int strainData, const char *channel_name)
 
COMPLEX8FrequencySeriesget_impulse_response (const char *ifoName, LIGOTimeGPS *epoch, REAL8 dataDuration, REAL8 dataSampleRate, REAL4 responseScale)
 
COMPLEX8FrequencySeriesget_frame_response (const char *cacheName, const char *ifoName, LIGOTimeGPS *epoch, REAL8 dataDuration, REAL8 dataSampleRate, REAL4 responseScale, const char *channel_name)
 
COMPLEX8FrequencySeriesget_reference_response_function (LALCache *calCache, const char *ifoName)
 
COMPLEX8FrequencySeriesget_reference_sensing_function (LALCache *calCache, const char *ifoName)
 
COMPLEX8TimeSeriesget_cavity_gain_factor (LALCache *calCache, LIGOTimeGPS *epoch, const char *ifoName)
 
COMPLEX8TimeSeriesget_open_loop_gain_factor (LALCache *calCache, LIGOTimeGPS *epoch, const char *ifoName)
 

Go to the source code of this file.

Variables

static LALUnit strainPerCount = {0,{0,0,0,0,0,1,-1},{0,0,0,0,0,0,0}}
 

Function Documentation

◆ get_response()

COMPLEX8FrequencySeries * get_response ( const char cacheName,
const char ifoName,
LIGOTimeGPS epoch,
REAL8  dataDuration,
REAL8  dataSampleRate,
REAL4  responseScale,
int  strainData,
const char channel_name 
)

Definition at line 45 of file getresp.c.

◆ get_impulse_response()

COMPLEX8FrequencySeries * get_impulse_response ( const char ifoName,
LIGOTimeGPS epoch,
REAL8  dataDuration,
REAL8  dataSampleRate,
REAL4  responseScale 
)

Definition at line 70 of file getresp.c.

◆ get_frame_response()

COMPLEX8FrequencySeries * get_frame_response ( const char cacheName,
const char ifoName,
LIGOTimeGPS epoch,
REAL8  dataDuration,
REAL8  dataSampleRate,
REAL4  responseScale,
const char channel_name 
)

Definition at line 107 of file getresp.c.

◆ get_reference_response_function()

COMPLEX8FrequencySeries * get_reference_response_function ( LALCache calCache,
const char ifoName 
)

Definition at line 203 of file getresp.c.

◆ get_reference_sensing_function()

COMPLEX8FrequencySeries * get_reference_sensing_function ( LALCache calCache,
const char ifoName 
)

Definition at line 236 of file getresp.c.

◆ get_cavity_gain_factor()

COMPLEX8TimeSeries * get_cavity_gain_factor ( LALCache calCache,
LIGOTimeGPS epoch,
const char ifoName 
)

Definition at line 269 of file getresp.c.

◆ get_open_loop_gain_factor()

COMPLEX8TimeSeries * get_open_loop_gain_factor ( LALCache calCache,
LIGOTimeGPS epoch,
const char ifoName 
)

Definition at line 303 of file getresp.c.

Variable Documentation

◆ strainPerCount

LALUnit strainPerCount = {0,{0,0,0,0,0,1,-1},{0,0,0,0,0,0,0}}
static

Definition at line 41 of file getresp.c.