aboutsummaryrefslogtreecommitdiff
path: root/noao/imred/vtel/numeric.h
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
commitfa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch)
treebdda434976bc09c864f2e4fa6f16ba1952b1e555 /noao/imred/vtel/numeric.h
downloadiraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz
Initial commit
Diffstat (limited to 'noao/imred/vtel/numeric.h')
-rw-r--r--noao/imred/vtel/numeric.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/noao/imred/vtel/numeric.h b/noao/imred/vtel/numeric.h
new file mode 100644
index 00000000..765fac03
--- /dev/null
+++ b/noao/imred/vtel/numeric.h
@@ -0,0 +1,12 @@
+# Structure for argument list to subroutine 'numeric'.
+
+define VT_LENNUMSTRUCT 8 # Length of VT num structure
+
+define VT_DLODX Memr[P2R($1)] # deriv longitude wrt x
+define VT_DLATDY Memr[P2R($1+1)] # deriv latitude wrt y
+define VT_LATTOP Memr[P2R($1+2)] # latitude of top of output pixel
+define VT_LATBOT Memr[P2R($1+3)] # latitude of bottom of output pixel
+define VT_LOLEFT Memr[P2R($1+4)] # longitude of left side of out pixel
+define VT_LORITE Memr[P2R($1+5)] # longitude of right side of out pixel
+define VT_LATMID Memr[P2R($1+6)] # latitude of middle of output pixel
+define VT_LOMID Memr[P2R($1+7)] # longitude of middle of output pixel