IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 26, 2007, 4:43:22 PM (19 years ago)
Author:
magnier
Message:

created a common set of routines to define the binning parameters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/imageops/psImageUnbin.h

    r11248 r12588  
    66 *  @author Robert DeSonia, MHPCC
    77 *
    8  *  $Revision: 1.3 $ $Name: not supported by cvs2svn $
    9  *  $Date: 2007-01-23 22:47:23 $
     8 *  $Revision: 1.4 $ $Name: not supported by cvs2svn $
     9 *  $Date: 2007-03-27 02:43:22 $
    1010 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1111 */
     
    1717/// @{
    1818
    19 #include "psImage.h"
    20 
    2119// This needs to be considered more carefully
    2220psImage *psImageUnbin (psImage *out,    //!< Output image
    2321                       const psImage *in, //!< Input image
    24                        int DX, int DY,  //!< Scaling factors in x and y
    25                        int dx, int dy   //!< Overhang
    26                       );
     22                       const psImageBinning *binning ///< binning definition
     23    );
     24
    2725double psImageUnbinPixel(const int ix, const int iy, //!< desired Unbinned point
    2826                         const psImage *in, //!< binned image
    29                          const int DX, const int DY,  //!< Scaling factors in x and y
    30                          const int dx, const int dy   //!< Overhang
     27                         const psImageBinning *binning ///< binning definition
    3128                        );
    3229
Note: See TracChangeset for help on using the changeset viewer.