IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 15, 2007, 9:43:43 AM (19 years ago)
Author:
magnier
Message:

working on the psImageMap fitting process

File:
1 edited

Legend:

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

    r14774 r14859  
    77 *  @author Eugene Magnier, IfA
    88 *
    9  *  @version $Revision: 1.1.2.3 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2007-09-07 20:19:35 $
     9 *  @version $Revision: 1.1.2.4 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2007-09-15 19:43:43 $
    1111 *
    1212 *  Copyright 2007 Institute for Astronomy, University of Hawaii
     
    4848psVector *psImageMapEvalVector (psImageMap *map, psVector *x, psVector *y);
    4949
     50// fit the image map to a set of points
     51bool psImageMapFit (psImageMap *map, psVector *x, psVector *y, psVector *f, psVector *df);
     52
    5053/// @}
    5154#endif // #ifndef PS_IMAGE_MAP_H
Note: See TracChangeset for help on using the changeset viewer.