Changeset 19881 for trunk/psphot/src/psphotFakeSources.c
- Timestamp:
- Oct 3, 2008, 11:00:18 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotFakeSources.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotFakeSources.c
r14655 r19881 10 10 pmSource *source = pmSourceAlloc (); 11 11 source->moments = pmMomentsAlloc (); 12 source->moments-> x = 10;13 source->moments-> y = 10;14 source->moments-> Sx = 1;15 source->moments-> Sy = 1;16 source->moments-> Sxy = 0;12 source->moments->Mx = 10; 13 source->moments->My = 10; 14 source->moments->Mxx = 1; 15 source->moments->Myy = 1; 16 source->moments->Mxy = 0; 17 17 source->moments->Sum = 1000; 18 18 source->moments->Peak = 100;
Note:
See TracChangeset
for help on using the changeset viewer.
