- Timestamp:
- Mar 5, 2012, 5:19:48 PM (14 years ago)
- Location:
- branches/meh_branches/ppstack_test
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
psphot (modified) (1 prop)
-
psphot/src (modified) (2 props)
-
psphot/src/psphotMagnitudes.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/meh_branches/ppstack_test
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/psphot
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/psphot/src
- Property svn:ignore
-
old new 22 22 psphotMakePSF 23 23 psphotStack 24 psphotModelTest
-
- Property svn:mergeinfo set to
- Property svn:ignore
-
branches/meh_branches/ppstack_test/psphot/src/psphotMagnitudes.c
r31673 r33415 4 4 { 5 5 bool status = true; 6 7 fprintf (stdout, "\n"); 8 psLogMsg ("psphot", PS_LOG_INFO, "--- psphot Magnitudes ---"); 6 9 7 10 // select the appropriate recipe information … … 126 129 127 130 // wait for the threads to finish and manage results 128 if (!psThreadPoolWait (false )) {131 if (!psThreadPoolWait (false, true)) { 129 132 psError(PS_ERR_UNKNOWN, false, "Unable to guess model."); 130 133 return false; … … 146 149 psFree (cellGroups); 147 150 148 psLogMsg ("psphot.magnitudes", PS_LOG_ DETAIL, "measure magnitudes : %f sec for %ld objects (%d with apertures)\n", psTimerMark ("psphot.mags"), sources->n, Nap);151 psLogMsg ("psphot.magnitudes", PS_LOG_WARN, "measure magnitudes : %f sec for %ld objects (%d with apertures)\n", psTimerMark ("psphot.mags"), sources->n, Nap); 149 152 return true; 150 153 } … … 306 309 307 310 // wait for the threads to finish and manage results 308 if (!psThreadPoolWait (false )) {311 if (!psThreadPoolWait (false, true)) { 309 312 psError(PS_ERR_UNKNOWN, false, "Unable to guess model."); 310 313 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
