Changeset 26008 for trunk/ppSmooth/src/ppSmoothReadout.c
- Timestamp:
- Nov 2, 2009, 6:07:02 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ppSmooth/src/ppSmoothReadout.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSmooth/src/ppSmoothReadout.c
r25976 r26008 35 35 float minGauss = 0.1; 36 36 float nSigma = 3.0; 37 float sigma = psMetadataLookupF32 (&status, recipe, "SIGMA"); 37 float sigma; 38 if (!(sigma = psMetadataLookupF32(&status,config->arguments,"SIGMA"))) { 39 sigma = psMetadataLookupF32 (&status, recipe, "SIGMA"); 40 } 38 41 39 42 bool oldThreads = psImageConvolveSetThreads(true); // Old value of threading in psImageConvolve
Note:
See TracChangeset
for help on using the changeset viewer.
