IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 19, 2009, 4:57:24 PM (18 years ago)
Author:
eugene
Message:

bug fixes for mask types

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20081230/psModules/src/objects/pmResiduals.c

    r21079 r21144  
    44 *
    55 * @author EAM, IfA
    6  * @version $Revision: 1.3.52.1 $ $Name: not supported by cvs2svn $
    7  * @date $Date: 2009-01-02 05:13:00 $
     6 * @version $Revision: 1.3.52.2 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2009-01-20 02:57:05 $
    88 * Copyright 2004 IfA, University of Hawaii
    99 */
     
    4343    resid->Ry  = psImageAlloc (nX, nY, PS_TYPE_F32);
    4444    resid->weight = psImageAlloc (nX, nY, PS_TYPE_F32);
    45     resid->mask   = psImageAlloc (nX, nY, PS_TYPE_U8);
     45    resid->mask   = psImageAlloc (nX, nY, PM_TYPE_RESID_MASK);
     46
    4647    // NOTE : the residual mask is internal only : 1 byte is sufficient
    47     // XXX abstract the resid->mask type??
    4848
    4949    resid->xBin = xBin;
Note: See TracChangeset for help on using the changeset viewer.