IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 22, 2006, 4:26:07 AM (19 years ago)
Author:
rhl
Message:

Added psImageUnbinPixel

File:
1 edited

Legend:

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

    r7381 r10136  
    55
    66// This needs to be considered more carefully
    7 psImage *psImageUnbin (psImage *out,    // Output image
    8                        const psImage *in, // Input image
    9                        int DX, int DY,  // Scaling factors in x and y
    10                        int dx, int dy   // Overhang
     7psImage *psImageUnbin (psImage *out,    //!< Output image
     8                       const psImage *in, //!< Input image
     9                       int DX, int DY,  //!< Scaling factors in x and y
     10                       int dx, int dy   //!< Overhang
    1111                      );
     12double psImageUnbinPixel(const int ix, const int iy, //!< desired Unbinned point
     13                         const psImage *in, //!< binned image
     14                         const int DX, const int DY,  //!< Scaling factors in x and y
     15                         const int dx, const int dy   //!< Overhang
     16                        );
    1217
    1318#endif
Note: See TracChangeset for help on using the changeset viewer.