Changeset 16693 for trunk/ppStack/src/ppStack.h
- Timestamp:
- Feb 27, 2008, 3:19:23 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStack.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStack.h
r16605 r16693 2 2 #define PP_STACK_H 3 3 4 #define PPSTACK_RECIPE "PPSTACK" 4 #define PPSTACK_RECIPE "PPSTACK" // Name of the recipe 5 #define PPSTACK_REJECTED_PIXELS "PPSTACK.PIXELS" // Name of rejected pixels metadata items 5 6 6 7 #include <psmodules.h> … … 26 27 27 28 // Perform stacking on a readout 28 bool ppStackReadout (const pmConfig *config, // Configuration29 bool ppStackReadoutInitial(const pmConfig *config, // Configuration 29 30 pmReadout *outRO, // Output readout 30 31 const psArray *readouts, // Input readouts 31 32 const psArray *regions, // Array with array of regions used in each PSF matching 32 33 const psArray *kernels // Array with array of kernels used in each PSF matching 34 ); 35 36 // Perform stacking on a readout 37 bool ppStackReadoutFinal(const pmConfig *config, // Configuration 38 pmReadout *outRO, // Output readout 39 const psArray *readouts, // Input readouts 40 const psArray *rejected // Array with pixels rejected in each image 33 41 ); 34 42
Note:
See TracChangeset
for help on using the changeset viewer.
