IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 7, 2007, 10:19:35 AM (19 years ago)
Author:
magnier
Message:

added additional functions to manage map construction

File:
1 edited

Legend:

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

    r14723 r14774  
    77 *  @author Eugene Magnier, IfA
    88 *
    9  *  @version $Revision: 1.1.2.2 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2007-09-02 02:03:58 $
     9 *  @version $Revision: 1.1.2.3 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2007-09-07 20:19:35 $
    1111 *
    1212 *  Copyright 2007 Institute for Astronomy, University of Hawaii
     
    3535psImageMap *psImageMapAlloc(psImage *field, psImageBinning *binning, psStats *stats) PS_ATTR_MALLOC;
    3636
     37bool psImageMapModifyScale(psImageMap *map, int nXruff, int nYruff);
     38
    3739// generate a psImageMap (or NULL) with the given number of superpixels in X and Y
    38 bool psImageMapGenerate (psImageMap *map, psVector *x, psVector *y, psVector *f, float badFrac);
     40bool psImageMapGenerate (psImageMap *map, psVector *x, psVector *y, psVector *f, psVector *df, float badFrac);
     41
     42bool psImageMapGenerateScale (psImageMap *map, psVector *x, psVector *y, psVector *f, psVector *df, float badFrac);
     43
     44// apply the psImageMap to the given coordinate (fine image pixels)
     45double psImageMapEval (psImageMap *map, float x, float y);
     46
     47// apply the psImageMap to the given coordinate vectors (fine image pixels)
     48psVector *psImageMapEvalVector (psImageMap *map, psVector *x, psVector *y);
    3949
    4050/// @}
Note: See TracChangeset for help on using the changeset viewer.