LALPulsar  6.1.0.1-b72065a
SFTConstraints Struct Reference

Detailed Description

'Constraints' for SFT-matching: which detector, within which time-stretch and which timestamps exactly should be loaded ? Any of the entries is optional, and they will be combined by logical AND.

Note however, that ALL timestamps within [minStartTime, maxStartTime) MUST be found if specified.

Definition at line 212 of file SFTfileIO.h.

Data Fields

CHARdetector
 2-char channel-prefix describing the detector (eg 'H1', 'H2', 'L1', 'G1' etc) More...
 
LIGOTimeGPSminStartTime
 only include SFTs whose epoch is >= minStartTime More...
 
LIGOTimeGPSmaxStartTime
 only include SFTs whose epoch is < maxStartTime More...
 
LIGOTimeGPSVectortimestamps
 list of timestamps
More...
 

Field Documentation

◆ detector

CHAR* SFTConstraints::detector

2-char channel-prefix describing the detector (eg 'H1', 'H2', 'L1', 'G1' etc)

Definition at line 213 of file SFTfileIO.h.

◆ minStartTime

LIGOTimeGPS* SFTConstraints::minStartTime

only include SFTs whose epoch is >= minStartTime

Definition at line 214 of file SFTfileIO.h.

◆ maxStartTime

LIGOTimeGPS* SFTConstraints::maxStartTime

only include SFTs whose epoch is < maxStartTime

Definition at line 215 of file SFTfileIO.h.

◆ timestamps

LIGOTimeGPSVector* SFTConstraints::timestamps

list of timestamps

Definition at line 216 of file SFTfileIO.h.