IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 18, 2008, 2:44:42 PM (18 years ago)
Author:
Paul Price
Message:

Need to put mutex locks on the parent images when convolving, since they are common across threads, and making a subimage involves adding to a 'children' array.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmSubtraction.h

    r19059 r19122  
    66 * @author GLG, MHPCC
    77 *
    8  * @version $Revision: 1.27 $ $Name: not supported by cvs2svn $
    9  * @date $Date: 2008-08-14 03:25:55 $
     8 * @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
     9 * @date $Date: 2008-08-19 00:44:42 $
    1010 * Copyright 2004-207 Institute for Astronomy, University of Hawaii
    1111 */
     
    103103                           const pmReadout *ro1, // Input image 1
    104104                           const pmReadout *ro2, // Input image 2
    105                            const psImage *subMask, ///< Subtraction mask (or NULL)
     105                           psImage *subMask, ///< Subtraction mask (or NULL)
    106106                           psMaskType blank, ///< Mask value for blank regions
    107107                           const psRegion *region, ///< Region to convolve (or NULL)
Note: See TracChangeset for help on using the changeset viewer.