LAL  7.5.0.1-89842e6

Detailed Description

These structures contain the output of the interpolation.

Definition at line 112 of file Interpolate.h.

Data Fields

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

Field Documentation

◆ y

REAL8 DInterpolateOut::y

The interpolated value.

Definition at line 115 of file Interpolate.h.

◆ dy

REAL8 DInterpolateOut::dy

The estimated error in the interpolated value.

Definition at line 116 of file Interpolate.h.