IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14929


Ignore:
Timestamp:
Sep 20, 2007, 1:57:31 PM (19 years ago)
Author:
eugene
Message:

adding psImageMap, psImagePixelInterpolate functions

Location:
trunk/psLib/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/imageops/Makefile.am

    r12741 r14929  
    1515        psImageMaskOps.c \
    1616        psImageBinning.c \
     17        psImageMap.c \
     18        psImageMapFit.c \
     19        psImagePixelInterpolate.c \
    1720        psImageUnbin.c
    1821
     
    3033        psImageMaskOps.h \
    3134        psImageBinning.h \
     35        psImageMap.h \
     36        psImagePixelInterpolate.h \
    3237        psImageUnbin.h
    3338
  • trunk/psLib/src/pslib_strict.h

    r12741 r14929  
    99*  @author Eric Van Alst, MHPCC
    1010*
    11 *  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
    12 *  @date $Date: 2007-04-04 22:42:02 $
     11*  @version $Revision: 1.30 $ $Name: not supported by cvs2svn $
     12*  @date $Date: 2007-09-20 23:57:31 $
    1313*
    1414*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    4949#include "psImagePixelExtract.h"
    5050#include "psImagePixelManip.h"
     51#include "psImagePixelInterpolate.h"
    5152#include "psImageStats.h"
    5253#include "psImageStructManip.h"
     
    5455#include "psImageBinning.h"
    5556#include "psImageUnbin.h"
     57#include "psImageMap.h"
    5658
    5759#include "psImageJpeg.h"
Note: See TracChangeset for help on using the changeset viewer.