- Timestamp:
- Mar 8, 2006, 5:10:27 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/rel10_ifa/psModules/src/detrend/pmMaskBadPixels.c
r6448 r6554 24 24 * @author Ross Harman, MHPCC 25 25 * 26 * @version $Revision: 1.3.12. 1$ $Name: not supported by cvs2svn $27 * @date $Date: 2006-0 2-17 17:13:41$26 * @version $Revision: 1.3.12.2 $ $Name: not supported by cvs2svn $ 27 * @date $Date: 2006-03-09 03:10:27 $ 28 28 * 29 29 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 96 96 97 97 // Determine total offset based on image offset with chip offset 98 totOffCol = inImage->col0 + in->col0;99 totOffRow = inImage->row0 + in->row0;98 totOffCol = inImage->col0; // + in->col0; 99 totOffRow = inImage->row0; // + in->row0; 100 100 101 101 // Check that offsets are within image limits
Note:
See TracChangeset
for help on using the changeset viewer.
