Line Struct Reference

Structure that holds the Line-related quantities, including the interpolators for first and second moments of the line luminosity and the linear and quadratic luminosity-weighted line biases. More...

#include <Global_Structs.h>

Data Fields

long LineType
 
int initialized
 
size_t npointsInterp
 
double line_freq
 
gsl_interp_accel * mom1_accel_ptr
 
gsl_spline * mom1_spline_ptr
 
gsl_interp_accel * mom2_accel_ptr
 
gsl_spline * mom2_spline_ptr
 
gsl_interp_accel * b1_LW_accel_ptr
 
gsl_spline * b1_LW_spline_ptr
 
gsl_interp_accel * b2_LW_accel_ptr
 
gsl_spline * b2_LW_spline_ptr
 

Detailed Description

Structure that holds the Line-related quantities, including the interpolators for first and second moments of the line luminosity and the linear and quadratic luminosity-weighted line biases.

Field Documentation

◆ b1_LW_accel_ptr

gsl_interp_accel* b1_LW_accel_ptr

◆ b1_LW_spline_ptr

gsl_spline* b1_LW_spline_ptr

◆ b2_LW_accel_ptr

gsl_interp_accel* b2_LW_accel_ptr

◆ b2_LW_spline_ptr

gsl_spline* b2_LW_spline_ptr

◆ initialized

int initialized

◆ line_freq

double line_freq

◆ LineType

long LineType

◆ mom1_accel_ptr

gsl_interp_accel* mom1_accel_ptr

◆ mom1_spline_ptr

gsl_spline* mom1_spline_ptr

◆ mom2_accel_ptr

gsl_interp_accel* mom2_accel_ptr

◆ mom2_spline_ptr

gsl_spline* mom2_spline_ptr

◆ npointsInterp

size_t npointsInterp