IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17623


Ignore:
Timestamp:
May 9, 2008, 3:33:26 PM (18 years ago)
Author:
Paul Price
Message:

X and Y confusion.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/imageops/psImageMapFit.c

    r17447 r17623  
    77 *  @author Eugene Magnier, IfA
    88 *
    9  *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2008-04-17 23:43:02 $
     9 *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2008-05-10 01:33:26 $
    1111 *
    1212 *  Copyright 2007 Institute for Astronomy, University of Hawaii
     
    602602{
    603603    // XXX Add Asserts
    604     assert (map->binning->nXruff == 1);
     604    assert (map->binning->nYruff == 1);
    605605
    606606    // dimensions of the output map image
Note: See TracChangeset for help on using the changeset viewer.