- Timestamp:
- Oct 17, 2010, 9:18:24 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100823/ppStack/src/ppStackMatch.c
r29217 r29453 320 320 } 321 321 } else { 322 // we need to register the FWHM values for use downstream 323 pmSubtractionSetFWHMs(options->inputSeeing->data.F32[index], options->targetSeeing); 324 322 325 // Scale the input parameters 323 326 psVector *widthsCopy = psVectorCopy(NULL, widths, PS_TYPE_F32); // Copy of kernel widths 324 if (scale && !pmSubtractionParamsScale(&size, &footprint, widthsCopy, 325 options->inputSeeing->data.F32[index], 326 options->targetSeeing, scaleRef, scaleMin, scaleMax)) { 327 if (scale && !pmSubtractionParamsScale(&size, &footprint, widthsCopy, scaleRef, scaleMin, scaleMax)) { 327 328 psError(psErrorCodeLast(), false, "Unable to scale kernel parameters"); 328 329 psFree(fake);
Note:
See TracChangeset
for help on using the changeset viewer.
