IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 16, 2008, 4:38:46 PM (17 years ago)
Author:
eugene
Message:

fixed psImageUnbinPixel and psImageUnbin so they are consistent and correct at the edges

File:
1 edited

Legend:

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

    r14925 r20766  
    66 *  @author Robert DeSonia, MHPCC
    77 *
    8  *  $Revision: 1.5 $ $Name: not supported by cvs2svn $
    9  *  $Date: 2007-09-20 23:55:52 $
     8 *  $Revision: 1.6 $ $Name: not supported by cvs2svn $
     9 *  $Date: 2008-11-17 02:38:46 $
    1010 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1111 */
     
    2323    );
    2424
    25 double psImageUnbinPixel(const int ix, const int iy, //!< desired Unbinned point
    26                          const psImage *in, //!< binned image
    27                          const psImageBinning *binning ///< binning definition
    28                         );
    29 
    30 double psImageUnbinPixel_V2(const double xFine, const double yFine, // desired Unbinned point (parent coords)
     25double psImageUnbinPixel(const double xFine, const double yFine, // desired Unbinned point (parent coords)
    3126                            const psImage *in, // binned image
    3227                            const psImageBinning *binning   //!< Overhang
     
    3732/// @}
    3833#endif
     34
     35# if (0)
     36/* old version */
     37double psImageUnbinPixel(const int ix, const int iy, //!< desired Unbinned point
     38                         const psImage *in, //!< binned image
     39                         const psImageBinning *binning ///< binning definition
     40                        );
     41# endif
     42
Note: See TracChangeset for help on using the changeset viewer.