Changeset 16771
- Timestamp:
- Feb 29, 2008, 5:15:30 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080229/psphot/src/psphotSourceSize.c
r16760 r16771 8 8 bool psphotSourceSize (pmReadout *readout, psArray *sources, psMetadata *recipe, long first) { 9 9 10 bool status; 11 10 12 psTimerStart ("psphot"); 13 14 float CR_NSIGMA_LIMIT = psMetadataLookupF32 (&status, recipe, "PSPHOT.CRNSIGMA.LIMIT"); 15 assert (status); 11 16 12 17 // loop over all source … … 114 119 } 115 120 121 if (source->crNsigma > CR_NSIGMA_LIMIT) { 122 source->mode |= PM_SOURCE_MODE_CRLIMIT; 123 } 116 124 } 117 125
Note:
See TracChangeset
for help on using the changeset viewer.
