Changeset 19910
- Timestamp:
- Oct 6, 2008, 3:11:00 AM (18 years ago)
- Location:
- trunk/psphot/src
- Files:
-
- 5 edited
-
psphotApResid.c (modified) (1 diff)
-
psphotBlendFit.c (modified) (1 diff)
-
psphotFindDetections.c (modified) (1 diff)
-
psphotFitSourcesLinear.c (modified) (1 diff)
-
psphotSourceStats.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotApResid.c
r18555 r19910 223 223 psFree (dMagSys); 224 224 psFree (dMag); 225 226 psphotVisualPlotApResid (sources); 225 227 226 228 return true; -
trunk/psphot/src/psphotBlendFit.c
r19881 r19910 120 120 121 121 psLogMsg ("psphot.psphotBlendFit", PS_LOG_INFO, "fit models: %f sec for %d objects (%d psf, %d ext, %d failed, %ld skipped)\n", psTimerMark ("psphot"), Nfit, Npsf, Next, Nfail, sources->n - Nfit); 122 123 psphotVisualShowResidualImage (readout); 124 psphotVisualShowFlags (sources); 125 122 126 return true; 123 127 } -
trunk/psphot/src/psphotFindDetections.c
r19869 r19910 54 54 55 55 psFree (significance); 56 57 // display the peaks and footprints 58 psphotVisualShowPeaks (detections); 59 psphotVisualShowFootprints (detections); 60 56 61 return detections; 57 62 } -
trunk/psphot/src/psphotFitSourcesLinear.c
r19869 r19910 222 222 223 223 psLogMsg ("psphot.ensemble", PS_LOG_INFO, "measure ensemble of PSFs: %f sec\n", psTimerMark ("psphot")); 224 225 psphotVisualShowResidualImage (readout); 226 psphotVisualShowFlags (sources); 227 224 228 return true; 225 229 } -
trunk/psphot/src/psphotSourceStats.c
r18555 r19910 121 121 psLogMsg ("psphot", PS_LOG_INFO, "%ld sources, %d moments, %d failed: %f sec\n", sources->n, Nmoments, Nfail, psTimerMark ("psphot")); 122 122 123 psphotVisualShowMoments (sources); 124 123 125 return (sources); 124 126 }
Note:
See TracChangeset
for help on using the changeset viewer.
