IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6405


Ignore:
Timestamp:
Feb 9, 2006, 11:29:23 AM (20 years ago)
Author:
Paul Price
Message:

Initialising mask to 0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_rel9_p0/psModules/src/astrom/pmFPA.c

    r6402 r6405  
    1212* XXX: Should we implement non-linear cell->chip transforms?
    1313*
    14 *  @version $Revision: 1.1.2.10 $ $Name: not supported by cvs2svn $
    15 *  @date $Date: 2006-02-09 20:27:03 $
     14*  @version $Revision: 1.1.2.11 $ $Name: not supported by cvs2svn $
     15*  @date $Date: 2006-02-09 21:29:23 $
    1616*
    1717*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    642642            psImage *image = pixels->data[i];
    643643            masks->data[i] = psImageAlloc(image->numCols, image->numRows, PS_TYPE_U8);
     644            psImageInit(masks->data[i], 0);
    644645        }
    645646        hdu->masks = masks;
Note: See TracChangeset for help on using the changeset viewer.