From 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Tue, 11 Aug 2015 16:51:37 -0400 Subject: Repatch (from linux) of OSX IRAF --- math/interp/asidef.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 math/interp/asidef.h (limited to 'math/interp/asidef.h') diff --git a/math/interp/asidef.h b/math/interp/asidef.h new file mode 100644 index 00000000..9fd06084 --- /dev/null +++ b/math/interp/asidef.h @@ -0,0 +1,16 @@ +# defines for use with interpolator package +# intended for internal consumption only +# used to set up storage in coeff array + +define TYPEI coeff[1] # code for interpolator type +define NPTS coeff[2] # no. of data points + +define ITYPEI int(coeff[1]) +define INPTS int(coeff[2]) + +define ASITYPEERR 1 +define ASIFITERR 2 + +define COFF 10 # offset into coeff array + # beware coeff[COFF - 2] is first + # location used !! -- cgit