Index: trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- trunk/doc/pslib/psLibSDRS.tex	(revision 379)
+++ trunk/doc/pslib/psLibSDRS.tex	(revision 381)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.30 2004-04-01 10:24:51 price Exp $
+%%% $Id: psLibSDRS.tex,v 1.31 2004-04-01 10:31:20 eugene Exp $
 \documentclass[panstarrs]{panstarrs}
 
@@ -2443,4 +2443,5 @@
     psMetaDataFlags flags;              ///< flags associated with this item
     const union {
+        double d;                       ///< double value
         float f;                        ///< floating value
         int i;                          ///< integer value
@@ -2987,4 +2988,5 @@
 typedef struct {
     int x0, y0;                         ///< Offset from the lower-left corner
+    int nx, ny; 			///< Image binning
     psImage *image;                     ///< imaging area of cell 
     psDlist *objects;                   ///< objects derived from cell
