Changeset 11172
- Timestamp:
- Jan 18, 2007, 6:53:56 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotModelTest.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotModelTest.c
r10267 r11172 99 99 status = pmSourceMoments (source, mRADIUS); 100 100 if (!status) psAbort ("fitsource", "pmSourceLocalSky error"); 101 source->peak-> counts= source->moments->Peak;101 source->peak->value = source->moments->Peak; 102 102 103 103 fprintf (stderr, "sum: %f @ (%f, %f)\n", source->moments->Sum, source->moments->x, source->moments->y);
Note:
See TracChangeset
for help on using the changeset viewer.
