Changeset 20453 for trunk/psphot/src/psphotMakeFluxScale.c
- Timestamp:
- Oct 28, 2008, 3:05:05 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotMakeFluxScale.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotMakeFluxScale.c
r20252 r20453 5 5 bool status = false; 6 6 7 psTimerStart (" residuals");7 psTimerStart ("psphot.fluxscale"); 8 8 9 9 int Nx = psMetadataLookupS32(&status, recipe, "PSF.FLUXSCALE.NX"); … … 72 72 psFree(trend); 73 73 74 psLogMsg ("psphot", PS_LOG_MINUTIA, "built flux scale: %f sec\n", psTimerMark ("psphot.fluxscale")); 75 74 76 return success; 75 77 }
Note:
See TracChangeset
for help on using the changeset viewer.
