LALPulsar  6.1.0.1-b72065a
transientWindowRange_t Struct Reference

Detailed Description

Struct defining a range of transient windows.

Definition at line 75 of file TransientCW_utils.h.

Data Fields

transientWindowType_t type
 window-type: none, rectangular, exponential, .... More...
 
UINT4 t0
 earliest GPS start-time 't0' in seconds More...
 
UINT4 t0Band
 range of start-times 't0' to search, in seconds More...
 
UINT4 dt0
 stepsize to search t0-range with, in seconds More...
 
UINT4 tau
 shortest transient timescale tau in seconds More...
 
UINT4 tauBand
 range of transient timescales tau to search, in seconds More...
 
UINT4 dtau
 stepsize to search tau-range with, in seconds More...
 

Field Documentation

◆ type

transientWindowType_t transientWindowRange_t::type

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

Definition at line 76 of file TransientCW_utils.h.

◆ t0

UINT4 transientWindowRange_t::t0

earliest GPS start-time 't0' in seconds

Definition at line 77 of file TransientCW_utils.h.

◆ t0Band

UINT4 transientWindowRange_t::t0Band

range of start-times 't0' to search, in seconds

Definition at line 78 of file TransientCW_utils.h.

◆ dt0

UINT4 transientWindowRange_t::dt0

stepsize to search t0-range with, in seconds

Definition at line 79 of file TransientCW_utils.h.

◆ tau

UINT4 transientWindowRange_t::tau

shortest transient timescale tau in seconds

Definition at line 80 of file TransientCW_utils.h.

◆ tauBand

UINT4 transientWindowRange_t::tauBand

range of transient timescales tau to search, in seconds

Definition at line 81 of file TransientCW_utils.h.

◆ dtau

UINT4 transientWindowRange_t::dtau

stepsize to search tau-range with, in seconds

Definition at line 82 of file TransientCW_utils.h.