Changeset 27839 for branches/simmosaic_branches/ppSub/src/ppSub.h
- Timestamp:
- May 3, 2010, 8:45:22 AM (16 years ago)
- Location:
- branches/simmosaic_branches
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/simmosaic_branches
- Property svn:mergeinfo changed
-
branches/simmosaic_branches/ppSub/src
- Property svn:ignore
-
old new 13 13 ppSubErrorCodes.c 14 14 ppSubVersionDefinitions.h 15 ppSubConvolve
-
- Property svn:ignore
-
branches/simmosaic_branches/ppSub/src/ppSub.h
r24672 r27839 45 45 bool photometry; // Perform photometry? 46 46 bool inverse; // Output inverse subtraction as well? 47 bool saveInConv; // Save convolved input? 48 bool saveRefConv; // Save convolved reference? 47 49 psString stamps; // Stamps file 48 50 pmPSF *psf; // Point Spread Function … … 76 78 /// looking up the parameters in the recipe and supplying them to the function pmSubtractionMatch() 77 79 bool ppSubMatchPSFs(ppSubData *data ///< Processing data 80 ); 81 82 /// Threshold low pixels in image 83 bool ppSubLowThreshold(ppSubData *data ///< Processing data 78 84 ); 79 85 … … 148 154 ); 149 155 156 /// Generate JPEG images 157 bool ppSubResidualSampleJpeg(pmConfig *config); 158 150 159 /// Generate inverse subtraction 151 160 bool ppSubReadoutInverse(pmConfig *config // Configuration … … 156 165 bool psMetadataCopySingle(psMetadata *target, psMetadata *source, const char *name); 157 166 167 bool ppSubCopyPSF (pmFPAfile *output, pmFPAfile *input, pmFPAview *view); 168 169 /// Return appropriate exit code 170 psExit ppSubExitCode(psExit exitValue // Current exit value 171 ); 172 158 173 ///@} 159 174 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
