Changeset 35769 for trunk/psphot/src/psphotReplaceUnfit.c
- Timestamp:
- Jul 3, 2013, 2:43:13 PM (13 years ago)
- Location:
- trunk/psphot
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20130509/psphot (added) merged: 35594,35614,35630-35634,35640-35641,35650-35652,35654-35655,35659,35661,35701,35751
- Property svn:mergeinfo changed
-
trunk/psphot/src
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20130509/psphot/src (added) merged: 35594,35614,35630-35634,35640,35651,35654,35659,35661,35751
- Property svn:mergeinfo changed
-
trunk/psphot/src/psphotReplaceUnfit.c
r34704 r35769 77 77 // maskVal is used to test for rejected pixels, and must include markVal 78 78 maskVal |= markVal; 79 80 int NpixTotal = 0; 79 81 80 82 for (int i = 0; i < sources->n; i++) { … … 99 101 100 102 pmSourceAdd (source, PM_MODEL_OP_FULL, maskVal); 103 NpixTotal += source->pixels->numCols * source->pixels->numRows; 101 104 } 102 105 103 106 psphotVisualShowImage(readout); 104 psLogMsg ("psphot.replace", PS_LOG_INFO, "replaced models for %ld objects: %f sec \n", sources->n, psTimerMark ("psphot.replace"));107 psLogMsg ("psphot.replace", PS_LOG_INFO, "replaced models for %ld objects: %f sec (%d pixels)\n", sources->n, psTimerMark ("psphot.replace"), NpixTotal); 105 108 return true; 106 109 }
Note:
See TracChangeset
for help on using the changeset viewer.
