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/psImageUnbin.h

    r12588 r14859  
    66 *  @author Robert DeSonia, MHPCC
    77 *
    8  *  $Revision: 1.4 $ $Name: not supported by cvs2svn $
    9  *  $Date: 2007-03-27 02:43:22 $
     8 *  $Revision: 1.4.8.1 $ $Name: not supported by cvs2svn $
     9 *  $Date: 2007-09-15 19:43:43 $
    1010 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1111 */
     
    2828                        );
    2929
     30double psImageUnbinPixel_V2(const double xFine, const double yFine, // desired Unbinned point (parent coords)
     31                            const psImage *in, // binned image
     32                            const psImageBinning *binning   //!< Overhang
     33    );
     34
     35double psImageInterpolatePixelBilinear (const double xIn, const double yIn, const psImage *in);
     36
    3037/// @}
    3138#endif
Note: See TracChangeset for help on using the changeset viewer.