Changeset 11158
- Timestamp:
- Jan 18, 2007, 6:35:53 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmPSFtry.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmPSFtry.c
r10859 r11158 5 5 * @author EAM, IfA 6 6 * 7 * @version $Revision: 1.3 3$ $Name: not supported by cvs2svn $8 * @date $Date: 200 6-12-30 03:27:19$7 * @version $Revision: 1.34 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2007-01-19 04:35:53 $ 9 9 * 10 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 279 279 return false; 280 280 } 281 psLogMsg ("pmPSFtryMetric", 4, "fit stats: %f +/- %f\n", stats-> sampleMedian, stats->sampleStdev);281 psLogMsg ("pmPSFtryMetric", 4, "fit stats: %f +/- %f\n", stats->robustMedian, stats->robustStdev); 282 282 psLogMsg ("pmPSFtryMetric", 4, "apresid: %f +/- %f\n", poly->coeff[0], poly->coeffErr[0]); 283 283 … … 311 311 psfTry->psf->skyBias = poly->coeff[1]; 312 312 psfTry->psf->ApResid = poly->coeff[0]; 313 psfTry->psf->dApResid = stats-> sampleStdev;313 psfTry->psf->dApResid = stats->robustStdev; 314 314 315 315 psFree (r2rflux);
Note:
See TracChangeset
for help on using the changeset viewer.
