IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 20, 2007, 9:17:16 AM (19 years ago)
Author:
magnier
Message:

added psImageMapFit psImageMapClipFit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20070830/psLib/src/imageops/psImageMap.h

    r14864 r14907  
    77 *  @author Eugene Magnier, IfA
    88 *
    9  *  @version $Revision: 1.1.2.5 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2007-09-17 20:17:21 $
     9 *  @version $Revision: 1.1.2.6 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2007-09-20 19:17:16 $
    1111 *
    1212 *  Copyright 2007 Institute for Astronomy, University of Hawaii
     
    5050
    5151// fit the image map to a set of points
    52 bool psImageMapFit (psImageMap *map, psVector *x, psVector *y, psVector *f, psVector *df);
     52bool psImageMapFit (psImageMap *map, psVector *mask, psMaskType maskValue, psVector *x, psVector *y, psVector *f, psVector *df);
     53
     54// fit the image map to a set of points
     55bool psImageMapClipFit (psImageMap *map, psStats *stats, psVector *mask, psMaskType maskValue, psVector *x, psVector *y, psVector *f, psVector *df);
    5356
    5457/// @}
Note: See TracChangeset for help on using the changeset viewer.