Changeset 21156 for trunk/magic/remove/src/streaksremove.h
- Timestamp:
- Jan 23, 2009, 3:05:43 PM (17 years ago)
- Location:
- trunk/magic/remove/src
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
streaksremove.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/magic/remove/src
- Property svn:ignore
-
old new 2 2 streaksreplace 3 3 streakscompare 4 streaksrelease
-
- Property svn:ignore
-
trunk/magic/remove/src/streaksremove.h
r21085 r21156 26 26 psArray *imagecube; 27 27 pmFPAfile *pmfile; 28 int numCols; 29 int numRows; 28 int col0; 29 int numCols; // number of columns in data section of image (doesn't include bias section) 30 int xParity; 31 int row0; 32 int numRows; // number of rows in data section of image (does not include bias section) 33 int yParity; 34 double exciseValue; 30 35 } sFile; 31 36 … … 75 80 int numCols, int numRows); 76 81 // can't declare this in streaksastrom due to header file ordering 77 extern void cellToChip(PixelPos *chip, strkAstrom *astrom, PixelPos *cell); 82 extern void cellToChip(double *xChip, double *yChip, strkAstrom *astrom, double xCell, double yCell); 83 extern void cellToChipInt(int *xChip, int *yChip, strkAstrom *astrom, int xCell, int yCell); 78 84 79 85 extern bool computeWarpedPixels(streakFiles *sf);
Note:
See TracChangeset
for help on using the changeset viewer.
