Changeset 28012
- Timestamp:
- May 18, 2010, 3:49:54 PM (16 years ago)
- Location:
- branches/eam_branches/psphot.20100506
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
src/psphotEfficiency.c (modified) (2 diffs)
-
src/psphotMosaicChip.c (modified) (1 diff)
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; -
branches/eam_branches/psphot.20100506/src/psphotMosaicChip.c
r21183 r28012 21 21 pmChip *inChip = pmFPAviewThisChip(view, in->fpa); 22 22 if (!outChip->hdu && !outChip->parent->hdu) { 23 const char *name = psMetadataLookupStr(&status, in->fpa->concepts, "FPA.OBS"); // Name of FPA 24 pmFPAAddSourceFromView(out->fpa, name, view, out->format); 23 pmFPAAddSourceFromView(out->fpa, view, out->format); 25 24 } 26 25
Note:
See TracChangeset
for help on using the changeset viewer.
