IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16679


Ignore:
Timestamp:
Feb 26, 2008, 4:18:14 PM (18 years ago)
Author:
Paul Price
Message:

No reason to set row0,col0 for the output image --- it's not set when reading a subimage from a FITS file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/types/psPixels.c

    r16422 r16679  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.37 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2008-02-13 21:46:06 $
     9 *  @version $Revision: 1.38 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2008-02-27 02:18:14 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    197197        return NULL;
    198198    }
    199     P_PSIMAGE_SET_COL0(out, (int)x0);
    200     P_PSIMAGE_SET_ROW0(out, (int)y0);
     199//    P_PSIMAGE_SET_COL0(out, (int)x0);
     200//    P_PSIMAGE_SET_ROW0(out, (int)y0);
    201201    psImageInit(out, 0);
    202202
Note: See TracChangeset for help on using the changeset viewer.