IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23575


Ignore:
Timestamp:
Mar 27, 2009, 12:33:02 PM (17 years ago)
Author:
Paul Price
Message:

Only reject images out-of-hand on the basis of their match chi2 if we convolved.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackConvolve.c

    r23573 r23575  
    183183
    184184    // Reject images out-of-hand on the basis of their match chi^2
    185     {
     185    if (options->convolve) {
    186186        psVector *values = psVectorAllocEmpty(num, PS_TYPE_F32); // Values to sort
    187187        for (int i = 0; i < num; i++) {
Note: See TracChangeset for help on using the changeset viewer.