IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 21289


Ignore:
Timestamp:
Feb 4, 2009, 11:40:40 AM (17 years ago)
Author:
Paul Price
Message:

Supposed to use the input covariance, not the output (which is what we're calculating).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_branch_20090128/pswarp/src/pswarpTransformTile.c

    r21282 r21289  
    115115        yIn -= outRow0;
    116116        psKernel *kernel = psImageInterpolationKernel(xIn, yIn, args->interp->mode); // Interpolation kernel
    117         args->covariance = psImageCovarianceCalculate(kernel, args->output->covariance);
     117        args->covariance = psImageCovarianceCalculate(kernel, args->input->covariance);
    118118        psFree(kernel);
    119119    }
Note: See TracChangeset for help on using the changeset viewer.