Index: /branches/eam_branches/ipp-20140904/Ohana/src/libautocode/def/coords-disk.d
===================================================================
--- /branches/eam_branches/ipp-20140904/Ohana/src/libautocode/def/coords-disk.d	(revision 37379)
+++ /branches/eam_branches/ipp-20140904/Ohana/src/libautocode/def/coords-disk.d	(revision 37379)
@@ -0,0 +1,20 @@
+STRUCT       CoordsDisk
+EXTNAME      COORDS_DISK
+TYPE         BINTABLE
+SIZE         120
+DESCRIPTION  DVO Coordinate Transformation Table as saved to disk
+
+# elements of the Coords structure
+FIELD  crval1,           CRVAL1,               double,   	 coordinate at reference pixel
+FIELD  crval2,           CRVAL2,               double,  	 coordinate at reference pixel
+FIELD  crpix1,           CRPIX1,               float,   	 coordinate of reference pixel
+FIELD  crpix2,           CRPIX2,               float,   	 coordinate of reference pixel
+FIELD  cdelt1,           CDELT1,               float,   	 degrees per pixel
+FIELD  cdelt2,           CDELT2,               float,    	 degrees per pixel
+FIELD  pc1_1,            PC1_1,                float,    	 rotation matrix
+FIELD  pc1_2,            PC1_2,                float,    	 rotation matrix
+FIELD  pc2_1,            PC2_1,                float,    	 rotation matrix
+FIELD  pc2_2,            PC2_2,                float,    	 rotation matrix
+FIELD  polyterms,        POLYTERMS,            float[7][2],	 higher order warping terms
+FIELD  ctype,            CTYPE,                char[15],         coordinate type
+FIELD  Npolyterms,       NPOLYTERMS,           char,     	 order of polynomial
