IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

fixed small errors in the value of nX,Yskip; added GetRuff, GetFine APIs

File:
1 edited

Legend:

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

    r14452 r14773  
    88 *  @author Eugene Magnier, IfA
    99 *
    10  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2007-08-09 01:40:07 $
     10 *  @version $Revision: 1.2.2.1 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2007-09-07 20:19:05 $
    1212 *
    1313 *  Copyright 2007 Institute for Astronomy, University of Hawaii
     
    5151psRegion psImageBinningSetRuffRegion (psImageBinning *binning, psRegion fineRegion);
    5252
     53float psImageBinningGetRuffX (psImageBinning *binning, float xFine);
     54float psImageBinningGetRuffY (psImageBinning *binning, float yFine);
     55float psImageBinningGetFineX (psImageBinning *binning, float xRuff);
     56float psImageBinningGetFineY (psImageBinning *binning, float yRuff);
     57
    5358/// @}
    5459#endif // #ifndef PS_IMAGE_GEOM_MANIP_H
Note: See TracChangeset for help on using the changeset viewer.