ReConditionData.c File Reference

#include <burstdso.h>
#include <lal/LALStdlib.h>
#include <lal/AVFactories.h>
#include <lal/SeqFactories.h>
#include <lal/Random.h>
#include <lal/LALMalloc.h>
#include <lal/Calibration.h>
#include "datacondAPI/DatacondCaller.h"
#include <strings.h>
#include <lalapps/lalapps.h>
#include <Translation.h>
#include <sys/types.h>
#include <regex.h>

Include dependency graph for ReConditionData.c:

Go to the source code of this file.

Defines

#define RESPONSE_REGEX   "CAL-RESPONSE"
#define CAV_GAIN_REGEX   "CAL-CAV_GAIN"
#define CAV_FAC_REGEX   "CAL-CAV_FAC"
#define OLOOP_FAC_REGEX   "CAL-OLOOP_FAC"
#define DOMATRIX(par_)
#define FindSequence(x)

Functions

 NRCSID (RECONDITIONDATAC,"ReConditionData.c")
 RCSID ("ReConditionData.c")
int ReConditionData (int Nsymbols, datacond_symbol_type *symbols, char *algorithms, BurstSearchParams *params)
int ExtractResponse (COMPLEX8FrequencySeries *output, int Nsymbols, datacond_symbol_type *symbols, char *ifo)

Variables

const LALUnit strainPerCount = {0,{0,0,0,0,0,1,-1},{0,0,0,0,0,0,0}}
const LALUnit ADCCountUnit = {0,{0,0,0,0,0,0,1},{0,0,0,0,0,0,0}}


Define Documentation

#define RESPONSE_REGEX   "CAL-RESPONSE"

Definition at line 36 of file ReConditionData.c.

#define CAV_GAIN_REGEX   "CAL-CAV_GAIN"

Definition at line 37 of file ReConditionData.c.

#define CAV_FAC_REGEX   "CAL-CAV_FAC"

Definition at line 38 of file ReConditionData.c.

#define OLOOP_FAC_REGEX   "CAL-OLOOP_FAC"

Definition at line 39 of file ReConditionData.c.

#define DOMATRIX ( par_   ) 

#define FindSequence ( x   ) 

Value:

regcomp(&reg, x, REG_NOSUB);     for(i=0;i<Nsymbols;i++) if(!regexec(&reg, symbols[i].s_symbol_name, 0, NULL, 0)) break;     regfree(&reg);     if(i==Nsymbols) {fprintf(stderr,"Can't find %s\n",regex);      return 1;} else (void)(0)

Definition at line 618 of file ReConditionData.c.


Function Documentation

NRCSID ( RECONDITIONDATAC  ,
"ReConditionData.c"   
)

RCSID ( "ReConditionData.c"   ) 

int ReConditionData ( int  Nsymbols,
datacond_symbol_type *  symbols,
char *  algorithms,
BurstSearchParams params 
)

Definition at line 48 of file ReConditionData.c.

int ExtractResponse ( COMPLEX8FrequencySeries output,
int  Nsymbols,
datacond_symbol_type *  symbols,
char *  ifo 
)

Definition at line 626 of file ReConditionData.c.


Variable Documentation

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

Definition at line 45 of file ReConditionData.c.

const LALUnit ADCCountUnit = {0,{0,0,0,0,0,0,1},{0,0,0,0,0,0,0}}

Definition at line 46 of file ReConditionData.c.


Generated on Tue Sep 2 02:42:36 2008 for LAL by  doxygen 1.5.2