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 |
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.
| 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 |
| int initialized |
| double line_freq |
| long LineType |
| gsl_interp_accel* mom1_accel_ptr |
| gsl_spline* mom1_spline_ptr |
| gsl_interp_accel* mom2_accel_ptr |
| gsl_spline* mom2_spline_ptr |
| size_t npointsInterp |