Changeset 12980 for branches/eam_02_branch/psModules/src/objects/pmSource.c
- Timestamp:
- Apr 23, 2007, 5:15:27 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_02_branch/psModules/src/objects/pmSource.c
r12958 r12980 6 6 * @author EAM, IfA: significant modifications. 7 7 * 8 * @version $Revision: 1.25.4. 4$ $Name: not supported by cvs2svn $9 * @date $Date: 2007-04-2 3 18:04:18$8 * @version $Revision: 1.25.4.5 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2007-04-24 03:15:27 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 215 215 // XXX how do we extend the mask? do we need to keep the old masked pixels? 216 216 // 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); 219 218 220 219 // XXX what about the modelFlux image?
Note:
See TracChangeset
for help on using the changeset viewer.
