Changeset 20471
- Timestamp:
- Oct 29, 2008, 5:48:35 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotImageQuality.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotImageQuality.c
r20470 r20471 29 29 // ?? 30 30 if (source->type != PM_SOURCE_TYPE_STAR || !(source->mode & PM_SOURCE_MODE_PSFSTAR)) { 31 psTrace("psphot", 10, "Ignoring source for image quality because not a good star"); 31 32 continue; 32 33 } … … 34 35 pmMoments *moments = source->moments; 35 36 if (!moments) { 37 psTrace("psphot", 10, "Ignoring source for image quality because no moments"); 36 38 continue; 37 39 }
Note:
See TracChangeset
for help on using the changeset viewer.
