IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 31, 2008, 2:01:26 PM (18 years ago)
Author:
eugene
Message:

src/objects/Makefile.am

File:
1 edited

Legend:

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

    r17228 r18830  
    2424    );
    2525
     26psImage *pmReadoutSetAnalysisImage(pmReadout *readout, // Readout containing image
     27                                   const char *name, // Name of image in analysis metadata
     28                                   int numCols, int numRows, // Expected size of image
     29                                   psElemType type, // Expected type of image
     30                                   double init // Initial value
     31    );
     32
     33// retrieve the specified image
     34// XXX not sure why this should call psMemIncrRefCounter
     35psImage *pmReadoutGetAnalysisImage(pmReadout *readout, // Readout containing image
     36                                   const char *name       // Name of image in analysis metadata
     37    );
     38
     39
    2640/// Return an image from analysis metadata, produced while stacking
    2741psImage *pmReadoutAnalysisImage(pmReadout *readout, // Readout containing image
     
    3246    );
    3347
     48// XXX for the moment, use col0, row0, numCols, numRows supplied from the outside
     49bool pmReadoutStackDefineOutput(pmReadout *readout, int col0, int row0, int numCols, int numRows, bool mask, bool weight, psMaskType blank);
     50
     51bool pmReadoutStackSetOutputSize(int *col0, int *row0, int *numCols, int *numRows, const psArray *inputs);
     52
    3453#endif
Note: See TracChangeset for help on using the changeset viewer.