Index: trunk/magic/remove/src/streaksremove.h
===================================================================
--- trunk/magic/remove/src/streaksremove.h	(revision 21085)
+++ trunk/magic/remove/src/streaksremove.h	(revision 21156)
@@ -26,6 +26,11 @@
     psArray     *imagecube;
     pmFPAfile   *pmfile;
-    int         numCols;
-    int         numRows;
+    int         col0;
+    int         numCols;    // number of columns in data section of image (doesn't include bias section)
+    int         xParity;
+    int         row0;
+    int         numRows;    // number of rows in data section of image (does not include bias section)
+    int         yParity;
+    double      exciseValue;
 } sFile;
 
@@ -75,5 +80,6 @@
     int numCols, int numRows);
 // can't declare this in streaksastrom due to header file ordering
-extern void cellToChip(PixelPos *chip, strkAstrom *astrom, PixelPos *cell);
+extern void cellToChip(double *xChip, double *yChip, strkAstrom *astrom, double xCell, double yCell);
+extern void cellToChipInt(int *xChip, int *yChip, strkAstrom *astrom, int xCell, int yCell);
 
 extern bool computeWarpedPixels(streakFiles *sf);
