Changeset 9513 for trunk/psModules/src/objects/pmSourceIO_RAW.c
- Timestamp:
- Oct 12, 2006, 11:41:22 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmSourceIO_RAW.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSourceIO_RAW.c
r8882 r9513 3 3 * @author EAM, IfA 4 4 * 5 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $6 * @date $Date: 2006- 09-22 12:24:38$5 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2006-10-12 21:41:22 $ 7 7 * 8 8 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 206 206 fprintf (f, "%5d %5d %7.1f %7.1f %7.1f %6.3f %6.3f %8.1f %7.1f %7.1f %7.1f %4d %2d\n", 207 207 source->peak->x, source->peak->y, source->peak->counts, 208 source->moments->x, source->moments->y,209 source->moments->Sx, source->moments->Sy,210 source->moments->Sum, source->moments->Peak,211 source->moments->Sky, source->moments->SN,212 source->moments->nPixels, source->type);208 moment->x, moment->y, 209 moment->Sx, moment->Sy, 210 moment->Sum, moment->Peak, 211 moment->Sky, moment->SN, 212 moment->nPixels, source->type); 213 213 } 214 214 fclose (f);
Note:
See TracChangeset
for help on using the changeset viewer.
