LALPulsar  6.1.0.1-b72065a
transientWindow_t Struct Reference

Detailed Description

Struct defining one transient window instance.

Definition at line 168 of file PulsarDataTypes.h.

Data Fields

transientWindowType_t type
 window-type: none, rectangular, exponential, .... More...
 
UINT4 t0
 GPS start-time 't0'. More...
 
UINT4 tau
 transient timescale tau in seconds More...
 

Field Documentation

◆ type

transientWindowType_t transientWindow_t::type

window-type: none, rectangular, exponential, ....

Definition at line 169 of file PulsarDataTypes.h.

◆ t0

UINT4 transientWindow_t::t0

GPS start-time 't0'.

Definition at line 170 of file PulsarDataTypes.h.

◆ tau

UINT4 transientWindow_t::tau

transient timescale tau in seconds

Definition at line 171 of file PulsarDataTypes.h.