Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALApps 10.1.0.1-b246709
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
coh_PTF_params Struct Reference

Detailed Description

Definition at line 109 of file coh_PTF.h.

Data Fields

charprogramName
 
charcvsRevision
 
charcvsSource
 
charcvsDate
 
char ifoName [MAXIFO][LIGOMETA_IFO_MAX]
 
UINT4 numIFO
 
INT4 randomSeed
 
INT4 haveTrig [LAL_NUM_IFO]
 
LIGOTimeGPS startTime
 
LIGOTimeGPS endTime
 
LIGOTimeGPS trigTime
 
INT8 trigStartTimeNS
 
INT8 trigEndTimeNS
 
LIGOTimeGPS frameDataStartTime
 
REAL8 frameDataDuration
 
REAL8 duration
 
const charchannel [LAL_NUM_IFO]
 
const chardataCache [LAL_NUM_IFO]
 
const charinjectFile
 
REAL8 sampleRate
 
REAL8 padData
 
REAL8 segmentDuration
 
REAL8 psdSegmentDuration
 
REAL8 strideDuration
 
REAL8 psdStrideDuration
 
REAL8 truncateDuration
 
UINT4 numTimePoints
 
UINT4 numFreqPoints
 
UINT4 analStartPoint
 
REAL8 analStartTime
 
UINT4 analEndPoint
 
REAL8 analEndTime
 
UINT4 analStartPointBuf
 
UINT4 analEndPointBuf
 
UINT4 numAnalPoints
 
UINT4 numAnalPointsBuf
 
UINT4 numBufferPoints
 
REAL4 maxTempLength
 
UINT4 numOverlapSegments
 
REAL4 lowTemplateFrequency
 
REAL4 lowFilterFrequency
 
REAL4 highFilterFrequency
 
REAL4 highpassFrequency
 
REAL8 dynRangeFac
 
REAL8 tempCorrFac
 
Approximant approximant
 
LALPNOrder order
 
REAL4 invSpecLen
 
REAL4 threshold
 
REAL4 spinThreshold
 
REAL4 snglSNRThreshold
 
REAL4 timeWindow
 
REAL4 spinSNR2threshold
 
REAL4 nonspinSNR2threshold
 
REAL4 rightAscension
 
REAL4 declination
 
REAL4 skyError
 
REAL4 timingAccuracy
 
const charskyPositionsFile
 
UINT4 skyLooping
 
const charbankFile
 
const charsegmentsToDoList
 
const chartemplatesToDoList
 
UINT4 numEvents
 
UINT4 BVsubBankSize
 
const charbankVetoBankName
 
UINT4 numAutoPoints
 
REAL4 autoVetoTimeStep
 
REAL4 bankVeton
 
REAL4 bankVetoq
 
REAL4 autoVeton
 
REAL4 autoVetoq
 
REAL4 nullStatThreshold
 
REAL4 nullStatGradOn
 
REAL4 nullStatGradient
 
UINT4 numChiSquareBins
 
REAL4 chiSquareCalcThreshold
 
char outputFile [256]
 
UINT4 spinBank
 
char spinBankName [256]
 
UINT4 noSpinBank
 
char noSpinBankName [256]
 
char userTag [256]
 
char ifoTag [256]
 
UINT4 slideSegments [LAL_NUM_IFO+1]
 
REAL4 shortSlideOffset
 
UINT4 numShortSlides
 
UINT4 fftLevel
 
UINT4 simDataType
 
REAL4 clusterWindow
 
SimInspiralTableinjectList
 
REAL4 injSearchWindow
 
REAL4 injMchirpWindow
 
int strainData
 
int ligoDoubleData
 
int virgoDoubleData
 
int simData
 
int zeroData
 
int whiteSpectrum
 
int getData
 
int getSpectrum
 
int getBank
 
int doFilter
 
int analyzeInjSegsOnly
 
int doNullStream
 
int doTraceSNR
 
int doBankVeto
 
int doAutoVeto
 
int doChiSquare
 
int doSnglChiSquared
 
int singlePolFlag
 
int clusterFlag
 
int faceOnAnalysis
 
int faceAwayAnalysis
 
int dynTempLength
 
int storeAmpParams
 
int analSegmentEnd
 
int doShortSlides
 
int writeSnglInspiralTable
 
int writeRawData
 
int writeProcessedData
 
int writeInvSpectrum
 
int writeSegment
 
int writeFilterOutput
 
LIGOTimeGPS jobStartTime
 
int faceOnStatistic
 

Field Documentation

◆ programName

char* coh_PTF_params::programName

Definition at line 110 of file coh_PTF.h.

◆ cvsRevision

char* coh_PTF_params::cvsRevision

Definition at line 111 of file coh_PTF.h.

◆ cvsSource

char* coh_PTF_params::cvsSource

Definition at line 112 of file coh_PTF.h.

◆ cvsDate

char* coh_PTF_params::cvsDate

Definition at line 113 of file coh_PTF.h.

◆ ifoName

char coh_PTF_params::ifoName[MAXIFO][LIGOMETA_IFO_MAX]

Definition at line 114 of file coh_PTF.h.

◆ numIFO

UINT4 coh_PTF_params::numIFO

Definition at line 115 of file coh_PTF.h.

◆ randomSeed

INT4 coh_PTF_params::randomSeed

Definition at line 116 of file coh_PTF.h.

◆ haveTrig

INT4 coh_PTF_params::haveTrig[LAL_NUM_IFO]

Definition at line 117 of file coh_PTF.h.

◆ startTime

LIGOTimeGPS coh_PTF_params::startTime

Definition at line 118 of file coh_PTF.h.

◆ endTime

LIGOTimeGPS coh_PTF_params::endTime

Definition at line 119 of file coh_PTF.h.

◆ trigTime

LIGOTimeGPS coh_PTF_params::trigTime

Definition at line 120 of file coh_PTF.h.

◆ trigStartTimeNS

INT8 coh_PTF_params::trigStartTimeNS

Definition at line 121 of file coh_PTF.h.

◆ trigEndTimeNS

INT8 coh_PTF_params::trigEndTimeNS

Definition at line 122 of file coh_PTF.h.

◆ frameDataStartTime

LIGOTimeGPS coh_PTF_params::frameDataStartTime

Definition at line 123 of file coh_PTF.h.

◆ frameDataDuration

REAL8 coh_PTF_params::frameDataDuration

Definition at line 124 of file coh_PTF.h.

◆ duration

REAL8 coh_PTF_params::duration

Definition at line 125 of file coh_PTF.h.

◆ channel

const char* coh_PTF_params::channel[LAL_NUM_IFO]

Definition at line 126 of file coh_PTF.h.

◆ dataCache

const char* coh_PTF_params::dataCache[LAL_NUM_IFO]

Definition at line 127 of file coh_PTF.h.

◆ injectFile

const char* coh_PTF_params::injectFile

Definition at line 128 of file coh_PTF.h.

◆ sampleRate

REAL8 coh_PTF_params::sampleRate

Definition at line 129 of file coh_PTF.h.

◆ padData

REAL8 coh_PTF_params::padData

Definition at line 130 of file coh_PTF.h.

◆ segmentDuration

REAL8 coh_PTF_params::segmentDuration

Definition at line 131 of file coh_PTF.h.

◆ psdSegmentDuration

REAL8 coh_PTF_params::psdSegmentDuration

Definition at line 132 of file coh_PTF.h.

◆ strideDuration

REAL8 coh_PTF_params::strideDuration

Definition at line 133 of file coh_PTF.h.

◆ psdStrideDuration

REAL8 coh_PTF_params::psdStrideDuration

Definition at line 134 of file coh_PTF.h.

◆ truncateDuration

REAL8 coh_PTF_params::truncateDuration

Definition at line 135 of file coh_PTF.h.

◆ numTimePoints

UINT4 coh_PTF_params::numTimePoints

Definition at line 136 of file coh_PTF.h.

◆ numFreqPoints

UINT4 coh_PTF_params::numFreqPoints

Definition at line 137 of file coh_PTF.h.

◆ analStartPoint

UINT4 coh_PTF_params::analStartPoint

Definition at line 138 of file coh_PTF.h.

◆ analStartTime

REAL8 coh_PTF_params::analStartTime

Definition at line 139 of file coh_PTF.h.

◆ analEndPoint

UINT4 coh_PTF_params::analEndPoint

Definition at line 140 of file coh_PTF.h.

◆ analEndTime

REAL8 coh_PTF_params::analEndTime

Definition at line 141 of file coh_PTF.h.

◆ analStartPointBuf

UINT4 coh_PTF_params::analStartPointBuf

Definition at line 142 of file coh_PTF.h.

◆ analEndPointBuf

UINT4 coh_PTF_params::analEndPointBuf

Definition at line 143 of file coh_PTF.h.

◆ numAnalPoints

UINT4 coh_PTF_params::numAnalPoints

Definition at line 144 of file coh_PTF.h.

◆ numAnalPointsBuf

UINT4 coh_PTF_params::numAnalPointsBuf

Definition at line 145 of file coh_PTF.h.

◆ numBufferPoints

UINT4 coh_PTF_params::numBufferPoints

Definition at line 146 of file coh_PTF.h.

◆ maxTempLength

REAL4 coh_PTF_params::maxTempLength

Definition at line 147 of file coh_PTF.h.

◆ numOverlapSegments

UINT4 coh_PTF_params::numOverlapSegments

Definition at line 148 of file coh_PTF.h.

◆ lowTemplateFrequency

REAL4 coh_PTF_params::lowTemplateFrequency

Definition at line 149 of file coh_PTF.h.

◆ lowFilterFrequency

REAL4 coh_PTF_params::lowFilterFrequency

Definition at line 150 of file coh_PTF.h.

◆ highFilterFrequency

REAL4 coh_PTF_params::highFilterFrequency

Definition at line 151 of file coh_PTF.h.

◆ highpassFrequency

REAL4 coh_PTF_params::highpassFrequency

Definition at line 152 of file coh_PTF.h.

◆ dynRangeFac

REAL8 coh_PTF_params::dynRangeFac

Definition at line 153 of file coh_PTF.h.

◆ tempCorrFac

REAL8 coh_PTF_params::tempCorrFac

Definition at line 154 of file coh_PTF.h.

◆ approximant

Approximant coh_PTF_params::approximant

Definition at line 155 of file coh_PTF.h.

◆ order

LALPNOrder coh_PTF_params::order

Definition at line 156 of file coh_PTF.h.

◆ invSpecLen

REAL4 coh_PTF_params::invSpecLen

Definition at line 157 of file coh_PTF.h.

◆ threshold

REAL4 coh_PTF_params::threshold

Definition at line 158 of file coh_PTF.h.

◆ spinThreshold

REAL4 coh_PTF_params::spinThreshold

Definition at line 159 of file coh_PTF.h.

◆ snglSNRThreshold

REAL4 coh_PTF_params::snglSNRThreshold

Definition at line 160 of file coh_PTF.h.

◆ timeWindow

REAL4 coh_PTF_params::timeWindow

Definition at line 161 of file coh_PTF.h.

◆ spinSNR2threshold

REAL4 coh_PTF_params::spinSNR2threshold

Definition at line 162 of file coh_PTF.h.

◆ nonspinSNR2threshold

REAL4 coh_PTF_params::nonspinSNR2threshold

Definition at line 163 of file coh_PTF.h.

◆ rightAscension

REAL4 coh_PTF_params::rightAscension

Definition at line 164 of file coh_PTF.h.

◆ declination

REAL4 coh_PTF_params::declination

Definition at line 165 of file coh_PTF.h.

◆ skyError

REAL4 coh_PTF_params::skyError

Definition at line 166 of file coh_PTF.h.

◆ timingAccuracy

REAL4 coh_PTF_params::timingAccuracy

Definition at line 167 of file coh_PTF.h.

◆ skyPositionsFile

const char* coh_PTF_params::skyPositionsFile

Definition at line 168 of file coh_PTF.h.

◆ skyLooping

UINT4 coh_PTF_params::skyLooping

Definition at line 169 of file coh_PTF.h.

◆ bankFile

const char* coh_PTF_params::bankFile

Definition at line 170 of file coh_PTF.h.

◆ segmentsToDoList

const char* coh_PTF_params::segmentsToDoList

Definition at line 171 of file coh_PTF.h.

◆ templatesToDoList

const char* coh_PTF_params::templatesToDoList

Definition at line 172 of file coh_PTF.h.

◆ numEvents

UINT4 coh_PTF_params::numEvents

Definition at line 173 of file coh_PTF.h.

◆ BVsubBankSize

UINT4 coh_PTF_params::BVsubBankSize

Definition at line 174 of file coh_PTF.h.

◆ bankVetoBankName

const char* coh_PTF_params::bankVetoBankName

Definition at line 175 of file coh_PTF.h.

◆ numAutoPoints

UINT4 coh_PTF_params::numAutoPoints

Definition at line 176 of file coh_PTF.h.

◆ autoVetoTimeStep

REAL4 coh_PTF_params::autoVetoTimeStep

Definition at line 177 of file coh_PTF.h.

◆ bankVeton

REAL4 coh_PTF_params::bankVeton

Definition at line 178 of file coh_PTF.h.

◆ bankVetoq

REAL4 coh_PTF_params::bankVetoq

Definition at line 179 of file coh_PTF.h.

◆ autoVeton

REAL4 coh_PTF_params::autoVeton

Definition at line 180 of file coh_PTF.h.

◆ autoVetoq

REAL4 coh_PTF_params::autoVetoq

Definition at line 181 of file coh_PTF.h.

◆ nullStatThreshold

REAL4 coh_PTF_params::nullStatThreshold

Definition at line 182 of file coh_PTF.h.

◆ nullStatGradOn

REAL4 coh_PTF_params::nullStatGradOn

Definition at line 183 of file coh_PTF.h.

◆ nullStatGradient

REAL4 coh_PTF_params::nullStatGradient

Definition at line 184 of file coh_PTF.h.

◆ numChiSquareBins

UINT4 coh_PTF_params::numChiSquareBins

Definition at line 185 of file coh_PTF.h.

◆ chiSquareCalcThreshold

REAL4 coh_PTF_params::chiSquareCalcThreshold

Definition at line 186 of file coh_PTF.h.

◆ outputFile

char coh_PTF_params::outputFile[256]

Definition at line 187 of file coh_PTF.h.

◆ spinBank

UINT4 coh_PTF_params::spinBank

Definition at line 188 of file coh_PTF.h.

◆ spinBankName

char coh_PTF_params::spinBankName[256]

Definition at line 189 of file coh_PTF.h.

◆ noSpinBank

UINT4 coh_PTF_params::noSpinBank

Definition at line 190 of file coh_PTF.h.

◆ noSpinBankName

char coh_PTF_params::noSpinBankName[256]

Definition at line 191 of file coh_PTF.h.

◆ userTag

char coh_PTF_params::userTag[256]

Definition at line 192 of file coh_PTF.h.

◆ ifoTag

char coh_PTF_params::ifoTag[256]

Definition at line 193 of file coh_PTF.h.

◆ slideSegments

UINT4 coh_PTF_params::slideSegments[LAL_NUM_IFO+1]

Definition at line 194 of file coh_PTF.h.

◆ shortSlideOffset

REAL4 coh_PTF_params::shortSlideOffset

Definition at line 195 of file coh_PTF.h.

◆ numShortSlides

UINT4 coh_PTF_params::numShortSlides

Definition at line 196 of file coh_PTF.h.

◆ fftLevel

UINT4 coh_PTF_params::fftLevel

Definition at line 197 of file coh_PTF.h.

◆ simDataType

UINT4 coh_PTF_params::simDataType

Definition at line 198 of file coh_PTF.h.

◆ clusterWindow

REAL4 coh_PTF_params::clusterWindow

Definition at line 199 of file coh_PTF.h.

◆ injectList

SimInspiralTable* coh_PTF_params::injectList

Definition at line 200 of file coh_PTF.h.

◆ injSearchWindow

REAL4 coh_PTF_params::injSearchWindow

Definition at line 201 of file coh_PTF.h.

◆ injMchirpWindow

REAL4 coh_PTF_params::injMchirpWindow

Definition at line 202 of file coh_PTF.h.

◆ strainData

int coh_PTF_params::strainData

Definition at line 204 of file coh_PTF.h.

◆ ligoDoubleData

int coh_PTF_params::ligoDoubleData

Definition at line 205 of file coh_PTF.h.

◆ virgoDoubleData

int coh_PTF_params::virgoDoubleData

Definition at line 206 of file coh_PTF.h.

◆ simData

int coh_PTF_params::simData

Definition at line 207 of file coh_PTF.h.

◆ zeroData

int coh_PTF_params::zeroData

Definition at line 208 of file coh_PTF.h.

◆ whiteSpectrum

int coh_PTF_params::whiteSpectrum

Definition at line 209 of file coh_PTF.h.

◆ getData

int coh_PTF_params::getData

Definition at line 210 of file coh_PTF.h.

◆ getSpectrum

int coh_PTF_params::getSpectrum

Definition at line 211 of file coh_PTF.h.

◆ getBank

int coh_PTF_params::getBank

Definition at line 212 of file coh_PTF.h.

◆ doFilter

int coh_PTF_params::doFilter

Definition at line 213 of file coh_PTF.h.

◆ analyzeInjSegsOnly

int coh_PTF_params::analyzeInjSegsOnly

Definition at line 214 of file coh_PTF.h.

◆ doNullStream

int coh_PTF_params::doNullStream

Definition at line 215 of file coh_PTF.h.

◆ doTraceSNR

int coh_PTF_params::doTraceSNR

Definition at line 216 of file coh_PTF.h.

◆ doBankVeto

int coh_PTF_params::doBankVeto

Definition at line 217 of file coh_PTF.h.

◆ doAutoVeto

int coh_PTF_params::doAutoVeto

Definition at line 218 of file coh_PTF.h.

◆ doChiSquare

int coh_PTF_params::doChiSquare

Definition at line 219 of file coh_PTF.h.

◆ doSnglChiSquared

int coh_PTF_params::doSnglChiSquared

Definition at line 220 of file coh_PTF.h.

◆ singlePolFlag

int coh_PTF_params::singlePolFlag

Definition at line 221 of file coh_PTF.h.

◆ clusterFlag

int coh_PTF_params::clusterFlag

Definition at line 222 of file coh_PTF.h.

◆ faceOnAnalysis

int coh_PTF_params::faceOnAnalysis

Definition at line 223 of file coh_PTF.h.

◆ faceAwayAnalysis

int coh_PTF_params::faceAwayAnalysis

Definition at line 224 of file coh_PTF.h.

◆ dynTempLength

int coh_PTF_params::dynTempLength

Definition at line 225 of file coh_PTF.h.

◆ storeAmpParams

int coh_PTF_params::storeAmpParams

Definition at line 226 of file coh_PTF.h.

◆ analSegmentEnd

int coh_PTF_params::analSegmentEnd

Definition at line 227 of file coh_PTF.h.

◆ doShortSlides

int coh_PTF_params::doShortSlides

Definition at line 228 of file coh_PTF.h.

◆ writeSnglInspiralTable

int coh_PTF_params::writeSnglInspiralTable

Definition at line 229 of file coh_PTF.h.

◆ writeRawData

int coh_PTF_params::writeRawData

Definition at line 231 of file coh_PTF.h.

◆ writeProcessedData

int coh_PTF_params::writeProcessedData

Definition at line 232 of file coh_PTF.h.

◆ writeInvSpectrum

int coh_PTF_params::writeInvSpectrum

Definition at line 233 of file coh_PTF.h.

◆ writeSegment

int coh_PTF_params::writeSegment

Definition at line 234 of file coh_PTF.h.

◆ writeFilterOutput

int coh_PTF_params::writeFilterOutput

Definition at line 235 of file coh_PTF.h.

◆ jobStartTime

LIGOTimeGPS coh_PTF_params::jobStartTime

Definition at line 236 of file coh_PTF.h.

◆ faceOnStatistic

int coh_PTF_params::faceOnStatistic

Definition at line 237 of file coh_PTF.h.