IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 23, 2007, 11:29:44 AM (19 years ago)
Author:
Paul Price
Message:

Changed name of function.

File:
1 edited

Legend:

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

    r14626 r14635  
    259259                                                            "SUBTRACTION.KERNEL"); // Kernels
    260260
    261         psPixels *reject = pmSubtractionDeconvolveMask(data->pixels, threshold, regions,
    262                                                        solutions, kernels); // List of pixels to reject
     261        psPixels *reject = pmStackReject(data->pixels, threshold, regions,
     262                                         solutions, kernels); // List of pixels to reject
    263263        psFree(data->pixels);
    264264        data->pixels = reject;
Note: See TracChangeset for help on using the changeset viewer.