- 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/psphotApResid.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/psphotApResid.c
r31452 r33415 1 1 # include "psphotInternal.h" 2 # define DEBUG2 // # define DEBUG 3 3 4 4 # define SKIPSTAR(MSG) { psTrace ("psphot", 3, "invalid : %s", MSG); continue; } … … 9 9 { 10 10 bool status = true; 11 12 fprintf (stdout, "\n"); 13 psLogMsg ("psphot", PS_LOG_INFO, "--- psphot Aperture Residuals ---"); 11 14 12 15 // select the appropriate recipe information … … 151 154 152 155 // wait for the threads to finish and manage results 153 if (!psThreadPoolWait (false )) {156 if (!psThreadPoolWait (false, true)) { 154 157 psError(PS_ERR_UNKNOWN, false, "Unable to guess model."); 158 psFree(cellGroups); 155 159 return false; 156 160 } … … 347 351 348 352 psLogMsg ("psphot.apresid", PS_LOG_DETAIL, "aperture residual: %f +/- %f\n", psf->ApResid, psf->dApResid); 349 psLogMsg ("psphot.apresid", PS_LOG_ INFO, "measure full-frame aperture residuals for %d sources: %f sec\n", Npsf, psTimerMark ("psphot.apresid"));353 psLogMsg ("psphot.apresid", PS_LOG_WARN, "measure full-frame aperture residuals for %d sources: %f sec\n", Npsf, psTimerMark ("psphot.apresid")); 350 354 351 355 psFree (xPos);
Note:
See TracChangeset
for help on using the changeset viewer.
