- Timestamp:
- May 18, 2010, 3:49:54 PM (16 years ago)
- Location:
- branches/eam_branches/psphot.20100506
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/psphotEfficiency.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/psphot.20100506
- Property svn:mergeinfo changed
/trunk/psphot (added) merged: 27989,28006 /branches/eam_branches/stackphot.20100406/psphot removed
- Property svn:mergeinfo changed
-
branches/eam_branches/psphot.20100506/src/psphotEfficiency.c
r27909 r28012 73 73 psTrace("psphot.fake", 1, "Limiting flux: %f\n", fluxLim); 74 74 psTrace("psphot.fake", 1, "Limiting mag: %f\n", *magLim); 75 psLogMsg("psphot", PS_LOG_INFO, 76 "Detection efficiency:\n" 77 " Mean variance: %f * %f\n" 78 " Threshold: %f\n" 79 " Normalisation: %f\n" 80 " Limiting magnitude: %f\n", 81 meanVar, *covarFactor, thresh, *norm, *magLim); 75 82 76 83 *radius = smoothSigma * smoothNsigma; … … 169 176 if (!psphotEfficiencyReadout (config, view, filerule, i, recipe)) { 170 177 psError (PSPHOT_ERR_CONFIG, false, "failed to measure detection efficiency for %s entry %d", filerule, i); 171 return false;172 }178 return false; 179 } 173 180 } 174 181 return true;
Note:
See TracChangeset
for help on using the changeset viewer.
