IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20775


Ignore:
Timestamp:
Nov 16, 2008, 4:43:31 PM (17 years ago)
Author:
eugene
Message:

replace psImageUnbinPixel with psImageUnbinPixel_V2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSub/src/ppSubBackground.c

    r20614 r20775  
    6262                image->data.F32[y][x] = 0.0;
    6363            } else {
    64                 float value = psImageUnbinPixel_V2(x, y, modelImage, binning); // Background value
     64                float value = psImageUnbinPixel(x + 0.5, y + 0.5, modelImage, binning); // Background value
    6565                if (!isfinite(value)) {
    6666                    image->data.F32[y][x] = NAN;
Note: See TracChangeset for help on using the changeset viewer.