IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

rename psImageUnbinPixel_V2 to psImageUnbinPixel

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/imageops/tap_psImageMapFit2.c

    r17515 r20767  
    8383        for (int ix = 0; ix < 1000; ix++) {
    8484            for (int iy = 0; iy < 1000; iy++) {
    85                 model->data.F32[iy][ix] = psImageUnbinPixel_V2 (ix + 0.5, iy + 0.5, map->map, map->binning);
     85                model->data.F32[iy][ix] = psImageUnbinPixel (ix + 0.5, iy + 0.5, map->map, map->binning);
    8686            }
    8787        }
     
    168168        for (int ix = 0; ix < 1000; ix++) {
    169169            for (int iy = 0; iy < 1000; iy++) {
    170                 model->data.F32[iy][ix] = psImageUnbinPixel_V2 (ix + 0.5, iy + 0.5, map->map, map->binning);
     170                model->data.F32[iy][ix] = psImageUnbinPixel (ix + 0.5, iy + 0.5, map->map, map->binning);
    171171            }
    172172        }
     
    243243                // to the wrong binned coordinate. 
    244244                // XXX fix edge cases
    245                 model->data.F32[iy][ix] = psImageUnbinPixel_V2 (ix + 0.5, iy + 0.5, map->map, map->binning);
     245                model->data.F32[iy][ix] = psImageUnbinPixel (ix + 0.5, iy + 0.5, map->map, map->binning);
    246246            }
    247247        }
Note: See TracChangeset for help on using the changeset viewer.