Changeset 25662
- Timestamp:
- Sep 29, 2009, 10:10:32 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090715/psphot/src/psphotSourceFits.c
r25618 r25662 193 193 } 194 194 195 static float EXT_MIN_SN;196 static float EXT_MOMENTS_RAD;197 195 static pmModelType modelTypeEXT; 198 196 … … 200 198 201 199 bool status; 202 203 // extended source model parameters204 EXT_MIN_SN = psMetadataLookupF32 (&status, recipe, "EXT_MIN_SN");205 EXT_MOMENTS_RAD = psMetadataLookupF32 (&status, recipe, "EXT_MOMENTS_RADIUS");206 200 207 201 // extended source model descriptions … … 224 218 if (source->type == PM_SOURCE_TYPE_DEFECT) return false; 225 219 if (source->type == PM_SOURCE_TYPE_SATURATED) return false; 226 if (source->peak->SN < EXT_MIN_SN) return false;227 220 228 221 // set the radius based on the footprint (also sets the mask pixels)
Note:
See TracChangeset
for help on using the changeset viewer.
