Changeset 25027 for branches/pap/ppSub/src/ppSub.h
- Timestamp:
- Aug 7, 2009, 4:08:25 PM (17 years ago)
- Location:
- branches/pap
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/ppSub
- Property svn:mergeinfo deleted
-
branches/pap/ppSub/src/ppSub.h
r23753 r25027 24 24 25 25 #define PPSUB_RECIPE "PPSUB" /// Name of the recipe to use 26 #define WCS_TOLERANCE 0.001 // Tolerance for WCS 26 27 27 28 // Output files, for activation/deactivation … … 77 78 ); 78 79 80 /// Threshold low pixels in image 81 bool ppSubLowThreshold(ppSubData *data ///< Processing data 82 ); 83 79 84 /// Generate the output readout and pass the kernel info to the header 80 85 bool ppSubDefineOutput(const char *name,///< Name of output to define … … 98 103 /// Higher-order background subtraction 99 104 bool ppSubBackground(pmConfig *config ///< Configuration 105 ); 106 107 /// Perform Variance correction (rescale within a modest range) 108 bool ppSubVarianceRescale(pmConfig *config ///< Configuration 100 109 ); 101 110
Note:
See TracChangeset
for help on using the changeset viewer.
