Changeset 5989
- Timestamp:
- Jan 15, 2006, 8:20:03 AM (20 years ago)
- Location:
- branches/eam_rel9_p0/psModules/src
- Files:
-
- 2 edited
-
astrom/pmAstrometryObjects.c (modified) (2 diffs)
-
imcombine/pmReadoutCombine.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_rel9_p0/psModules/src/astrom/pmAstrometryObjects.c
r5674 r5989 8 8 * @author EAM, IfA 9 9 * 10 * @version $Revision: 1.1 $ $Name: not supported by cvs2svn $11 * @date $Date: 200 5-12-05 20:49:30$10 * @version $Revision: 1.1.10.1 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2006-01-15 18:19:38 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 536 536 psArray *rot; 537 537 538 pmAstromStats minStat, newStat; 538 pmAstromStats minStat; 539 pmAstromStats newStat = {{0, 0, 0, 0}, {0, 0, 0, 0}, 0, 0, 0, 0}; 539 540 psPlane center; 540 541 -
branches/eam_rel9_p0/psModules/src/imcombine/pmReadoutCombine.c
r5865 r5989 5 5 * @author GLG, MHPCC 6 6 * 7 * @version $Revision: 1.2.10. 1$ $Name: not supported by cvs2svn $8 * @date $Date: 200 5-12-31 04:34:52$7 * @version $Revision: 1.2.10.2 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2006-01-15 18:20:03 $ 9 9 * 10 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 216 216 int nKeep, nMin; 217 217 float keepFrac = 1.0 - params->fracLow - params->fracHigh; 218 float value ;218 float value = 0; 219 219 psF32 *saveVector = tmpPixelsKeep->data.F32; 220 220
Note:
See TracChangeset
for help on using the changeset viewer.
