IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 23, 2007, 5:15:27 PM (19 years ago)
Author:
magnier
Message:

minor update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_02_branch/psModules/src/objects/pmSource.c

    r12958 r12980  
    66 *  @author EAM, IfA: significant modifications.
    77 *
    8  *  @version $Revision: 1.25.4.4 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2007-04-23 18:04:18 $
     8 *  @version $Revision: 1.25.4.5 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2007-04-24 03:15:27 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    215215        // XXX how do we extend the mask?  do we need to keep the old masked pixels?
    216216        // the object mask is a copy, and used to define the source pixels
    217         psFree (mySource->maskObj);
    218         mySource->maskObj = psImageCopy (NULL, mySource->maskView, PS_TYPE_MASK);
     217        mySource->maskObj = psImageCopy (mySource->maskObj, mySource->maskView, PS_TYPE_MASK);
    219218       
    220219        // XXX what about the modelFlux image?
Note: See TracChangeset for help on using the changeset viewer.