Changeset 20767 for trunk/psLib/src/imageops/psImageMap.c
- Timestamp:
- Nov 16, 2008, 4:38:59 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImageMap.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageMap.c
r20020 r20767 7 7 * @author Eugene Magnier, IfA 8 8 * 9 * @version $Revision: 1.1 0$ $Name: not supported by cvs2svn $10 * @date $Date: 2008-1 0-09 20:42:51$9 * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2008-11-17 02:37:28 $ 11 11 * 12 12 * Copyright 2007 Institute for Astronomy, University of Hawaii … … 349 349 double psImageMapEval(const psImageMap *map, float x, float y) 350 350 { 351 // This may be called in a t ypeloop, so no assertions352 return psImageUnbinPixel _V2(x, y, map->map, map->binning);351 // This may be called in a tight loop, so no assertions 352 return psImageUnbinPixel(x, y, map->map, map->binning); 353 353 } 354 354 … … 365 365 366 366 for (int i = 0; i < x->n; i++) { 367 result->data.F32[i] = psImageUnbinPixel _V2(x->data.F32[i], y->data.F32[i], map->map, map->binning);367 result->data.F32[i] = psImageUnbinPixel(x->data.F32[i], y->data.F32[i], map->map, map->binning); 368 368 } 369 369
Note:
See TracChangeset
for help on using the changeset viewer.
