Changeset 25334
- Timestamp:
- Sep 10, 2009, 5:27:58 PM (17 years ago)
- File:
-
- 1 edited
-
branches/pap/psphot/src/psphotEfficiency.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap/psphot/src/psphotEfficiency.c
r25332 r25334 412 412 413 413 pmDetEff *de = pmDetEffAlloc(magLim, numSources, numBins); // Detection efficiency 414 de->magOffsets = magOffsets;414 de->magOffsets = psVectorCopy(NULL, magOffsets, PS_TYPE_F32); 415 415 de->counts = count; 416 416 de->magDiffMean = magDiffMean; … … 422 422 psFree(de); 423 423 424 psLogMsg("psphot", PS_LOG_INFO, "Detection efficiency: %lf sec\n", psTimerClear("psphot.fake")); 425 426 424 427 return true; 425 428 }
Note:
See TracChangeset
for help on using the changeset viewer.
