CORSIKA add-on package IACT/ATMO:  Version 1.63 (November 2020)
Data Fields
cubic_params Struct Reference

Cubic spline interpolation (natural cubic splines = scheme 3, clampled cubic splines = scheme 4)

#include <rpolator.h>

Data Fields

double a
 
double b
 
double c
 
double d
 r=xp-x[i], yp = a + b*r + c*r^2 + d*r^3 = ((d*r + c) * r + b) * r + a;
 

The documentation for this struct was generated from the following file: