Changeset 6854
- Timestamp:
- Apr 13, 2006, 5:09:32 PM (20 years ago)
- Location:
- branches/rel10_ifa/psModules/src/astrom
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/rel10_ifa/psModules/src/astrom/pmFPA.c
r6743 r6854 12 12 * XXX: Should we implement non-linear cell->chip transforms? 13 13 * 14 * @version $Revision: 1.1.4. 6$ $Name: not supported by cvs2svn $15 * @date $Date: 2006-0 3-31 01:33:07$14 * @version $Revision: 1.1.4.7 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2006-04-14 03:09:32 $ 16 16 * 17 17 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 230 230 { 231 231 pmReadout *tmpReadout = (pmReadout *) psAlloc(sizeof(pmReadout)); 232 tmpReadout->row0 = 0; 232 233 233 234 tmpReadout->image = NULL; -
branches/rel10_ifa/psModules/src/astrom/pmFPA.h
r6804 r6854 7 7 * @author GLG, MHPCC 8 8 * 9 * @version $Revision: 1.1.4. 6$ $Name: not supported by cvs2svn $10 * @date $Date: 2006-04- 06 00:28:28$9 * @version $Revision: 1.1.4.7 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2006-04-14 03:09:32 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 129 129 typedef struct 130 130 { 131 int row0; ///< Row offset; non-zero if reading in bit by bit 131 132 psImage *image; ///< Imaging area of readout 132 133 psImage *mask; ///< Mask of input image
Note:
See TracChangeset
for help on using the changeset viewer.
