IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 18, 2005, 7:18:20 PM (21 years ago)
Author:
desonia
Message:

fixes to psRegion.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/dataIO/psFits.c

    r3970 r3977  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.30 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2005-05-19 02:09:39 $
     9 *  @version $Revision: 1.31 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2005-05-19 05:18:20 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    10051005    if (dx != numCols || dy != numRows) {
    10061006        // the input image needs to be subsetted
    1007         subset = psImageSubset((psImage*)input,(psRegion) {
    1008                                    0,0,dx+1,dy+1
    1009                                }
    1010                               );
     1007        subset = psImageSubset((psImage*)input, psRegionSet(0,dx+1,0,dy+1));
    10111008    } else {
    10121009        subset = psMemIncrRefCounter((psImage*)input);
Note: See TracChangeset for help on using the changeset viewer.