IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 22, 2008, 9:18:11 AM (18 years ago)
Author:
Paul Price
Message:

ppStack is now working with the incremental reads. Needed to modify a few things in pmStack*.c so that it would combine (and reject) subimages into a large image. Added weights to pmReadoutStack.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmReadoutStack.h

    r13872 r16600  
    99                         int minCols, int minRows, ///< Minimum coordinates
    1010                         int numCols, int numRows, ///< Size of images
    11                          bool mask      ///< Worry about the mask?
     11                         bool mask,     ///< Worry about the mask?
     12                         bool weight,   ///< Worry about the weight?
     13                         psMaskType blank ///< Mask value to give to blank pixels
    1214    );
    1315
Note: See TracChangeset for help on using the changeset viewer.