Index: trunk/Ohana/src/libautocode/def/image.d
===================================================================
--- trunk/Ohana/src/libautocode/def/image.d	(revision 37034)
+++ trunk/Ohana/src/libautocode/def/image.d	(revision 37807)
@@ -2,5 +2,5 @@
 EXTNAME      DVO_IMAGE
 TYPE         BINTABLE
-SIZE         360
+SIZE         384
 DESCRIPTION  DVO Image Table 
 
@@ -8,4 +8,5 @@
 # careful of 8-byte boundaries
 
+# Coords is an internal structure defined in def/common.h
 SUBSTRUCT coords,           COORDS,               Coords,        astrometric data
 SUBFIELD  crval1,           CRVAL1,               double,   	 coordinate at reference pixel
@@ -22,5 +23,7 @@
 SUBFIELD  ctype,            CTYPE,                char[15],      coordinate type
 SUBFIELD  Npolyterms,       NPOLYTERMS,           char,     	 order of polynomial
-# 120 bytes
+SUBFIELD  mosaic,           MOSAIC,               e_void,     	 pointer to parent mosaic
+SUBFIELD  imageMap,         IMAGE_MAP,            e_void,     	 pointer to image map
+# 136 bytes
 
 # change this to a double?
@@ -76,4 +79,6 @@
 FIELD 	  photom_map_id,    PHOTOM_MAP_ID,        unsigned int,   reference to 2D zero point map
 FIELD 	  astrom_map_id,    ASTROM_MAP_ID,        unsigned int,   reference to 2D astrometry map
+
+FIELD    *parent,           PARENT,               e_void,     	  pointer to parent mosaic (not save to disk)
 # nFitPhotom lands on the old location of Mxxxx, which was used to mean nFitPhotom in some cases
 
