Changeset 27840 for branches/simtest_nebulous_branches/ppSub/src/ppSub.h
- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/ppSub/src
- Property svn:ignore
-
old new 13 13 ppSubErrorCodes.c 14 14 ppSubVersionDefinitions.h 15 ppSubConvolve
-
- Property svn:ignore
-
branches/simtest_nebulous_branches/ppSub/src/ppSub.h
r24862 r27840 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 … … 152 154 ); 153 155 156 /// Generate JPEG images 157 bool ppSubResidualSampleJpeg(pmConfig *config); 158 154 159 /// Generate inverse subtraction 155 160 bool ppSubReadoutInverse(pmConfig *config // Configuration … … 160 165 bool psMetadataCopySingle(psMetadata *target, psMetadata *source, const char *name); 161 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 162 173 ///@} 163 174 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
