Changeset 13353
- Timestamp:
- May 11, 2007, 7:48:33 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotReadout.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotReadout.c
r13351 r13353 65 65 if (useFootprints) { 66 66 psArray *footprints = psphotFindPeaks (readout, recipe, useFootprints, 1); 67 int growRadius = psMetadataLookupS32(N one, recipe, "FOOTPRINT_GROW_RADIUS");67 int growRadius = psMetadataLookupS32(NULL, recipe, "FOOTPRINT_GROW_RADIUS"); 68 68 if (growRadius > 0) { 69 69 psArray *tmp = pmGrowFootprintArray(footprints, growRadius); … … 177 177 psArray *newFootprints = psphotFindPeaks (readout, recipe, useFootprints, 2); 178 178 179 int growRadius = psMetadataLookupS32(N one, recipe, "FOOTPRINT_GROW_RADIUS_2");179 int growRadius = psMetadataLookupS32(NULL, recipe, "FOOTPRINT_GROW_RADIUS_2"); 180 180 if (growRadius > 0) { 181 181 psArray *tmp = pmGrowFootprintArray(newFootprints, growRadius);
Note:
See TracChangeset
for help on using the changeset viewer.
