IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 17, 2010, 9:18:24 AM (16 years ago)
Author:
eugene
Message:

call pmVisualClose; allow stack target fwhm to be manually set; set up fwhm separately for windowing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20100823/ppStack/src/ppStackMatch.c

    r29217 r29453  
    320320                }
    321321            } else {
     322                // we need to register the FWHM values for use downstream
     323                pmSubtractionSetFWHMs(options->inputSeeing->data.F32[index], options->targetSeeing);
     324
    322325                // Scale the input parameters
    323326                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)) {
    327328                    psError(psErrorCodeLast(), false, "Unable to scale kernel parameters");
    328329                    psFree(fake);
Note: See TracChangeset for help on using the changeset viewer.