IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 28, 2008, 5:10:17 PM (18 years ago)
Author:
Paul Price
Message:

Merging pap_branch_080328 so we can use the modernised version of ppMerge.

File:
1 edited

Legend:

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

    r16600 r17228  
    44#include "pmHDU.h"
    55#include "pmFPA.h"
     6
     7#define PM_READOUT_STACK_ANALYSIS_COUNT "STACK.COUNT" // Name for count image in analysis metadata
     8#define PM_READOUT_STACK_ANALYSIS_SIGMA "STACK.SIGMA" // Name for sigma image in analysis metadata
    69
    710/// Update an output readout (for a stack) with the correct col0,row0 and the image size
     
    2124    );
    2225
     26/// Return an image from analysis metadata, produced while stacking
     27psImage *pmReadoutAnalysisImage(pmReadout *readout, // Readout containing image
     28                                const char *name, // Name of image in analysis metadata
     29                                int numCols, int numRows, // Expected size of image
     30                                psElemType type, // Expected type of image
     31                                double init // Initial value
     32    );
    2333
    2434#endif
Note: See TracChangeset for help on using the changeset viewer.