Changeset 29937 for trunk/ppSub/src/ppSub.h
- Timestamp:
- Dec 5, 2010, 9:45:46 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/ppSub/src/ppSub.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSub.h
r29003 r29937 45 45 bool photometry; // Perform photometry? 46 46 bool inverse; // Output inverse subtraction as well? 47 bool forcedPhot1; // perform forced photometry? 48 bool forcedPhot2; // perform forced photometry? 47 49 bool saveInConv; // Save convolved input? 48 50 bool saveRefConv; // Save convolved reference? … … 105 107 ppSubData *data ///< Processing data 106 108 ); 109 110 bool ppSubInputDetections (bool *foundDetections, const char *sourcesName, const char *imageName, ppSubData *data); 111 bool ppSubReadoutForcedPhot(const char *outputName, const char *targetName, const char *sourceName, ppSubData *data); 112 bool psphotCopyResults (bool *foundDetections, pmFPAfile *target, pmFPAfile *source, pmFPAview *view); 107 113 108 114 /// Higher-order background subtraction
Note:
See TracChangeset
for help on using the changeset viewer.
