LAL  7.5.0.1-89842e6

Detailed Description

These structures contain the output of the interpolation.

Definition at line 103 of file Interpolate.h.

Data Fields

REAL4 y
 The interpolated value. More...
 
REAL4 dy
 The estimated error in the interpolated value. More...
 

Field Documentation

◆ y

REAL4 SInterpolateOut::y

The interpolated value.

Definition at line 106 of file Interpolate.h.

◆ dy

REAL4 SInterpolateOut::dy

The estimated error in the interpolated value.

Definition at line 107 of file Interpolate.h.