LALPulsar  6.1.0.1-fe68b98
SFTReadSegment Struct Reference

Detailed Description

segments read so far from one SFT

Definition at line 52 of file SFTfileIO.c.

Data Fields

UINT4 first
 first bin in this segment More...
 
UINT4 last
 last bin in this segment More...
 
LIGOTimeGPS epoch
 timestamp of this SFT More...
 
struct tagSFTLocatorlastfrom
 last bin read from this locator More...
 

Field Documentation

◆ first

UINT4 SFTReadSegment::first

first bin in this segment

Definition at line 53 of file SFTfileIO.c.

◆ last

UINT4 SFTReadSegment::last

last bin in this segment

Definition at line 54 of file SFTfileIO.c.

◆ epoch

LIGOTimeGPS SFTReadSegment::epoch

timestamp of this SFT

Definition at line 55 of file SFTfileIO.c.

◆ lastfrom

struct tagSFTLocator* SFTReadSegment::lastfrom

last bin read from this locator

Definition at line 56 of file SFTfileIO.c.