IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 17, 2011, 3:59:15 PM (15 years ago)
Author:
eugene
Message:

the input and target fwhm were being sent to pmSubtraction inverted

File:
1 edited

Legend:

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

    r30620 r30684  
    312312            } else {
    313313                // we need to register the FWHM values for use downstream
    314                 pmSubtractionSetFWHMs(options->inputSeeing->data.F32[index], options->targetSeeing);
     314                pmSubtractionSetFWHMs(options->targetSeeing, options->inputSeeing->data.F32[index]);
    315315
    316316                // Scale the input parameters
Note: See TracChangeset for help on using the changeset viewer.