Changeset 20444 for trunk/ppImage/src/ppImage.h
- Timestamp:
- Oct 28, 2008, 1:49:32 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImage.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImage.h
r20419 r20444 35 35 bool doFringe; // Fringe subtraction 36 36 bool doPhotom; // Source identification and photometry 37 bool doBG; // Background subtraction 37 38 bool doAstromChip; // per-chip Astrometry 38 39 bool doAstromMosaic; // full-mosaic Astrometry 39 40 bool doStats; // call ppStats on the image 40 bool replaceMasked; // fill in masked values with background model41 41 42 42 // output files requested … … 134 134 135 135 bool ppImageRebinChip (pmConfig *config, pmFPAview *view, ppImageOptions *options, char *outName); 136 bool ppImageRebinReadout (pmReadout *output, pmReadout *input, pmFPAfile *outFile, ppImageOptions *options);137 136 138 137 bool ppImagePhotom (pmConfig *config, pmFPAview *view); … … 140 139 bool ppImageAddstar (pmConfig *config); 141 140 142 bool ppImageReplaceBackground (pmConfig *config, pmFPAview *view, ppImageOptions *options); 141 // Subtract background from the chip-mosaicked image 142 bool ppImageSubtractBackground( 143 pmConfig *config, // Configuration 144 const pmFPAview *view, // View to chip of interest 145 const ppImageOptions *options // Processing options 146 ); 143 147 144 148 bool ppImageMosaicChip (pmConfig *config, const ppImageOptions *options, const pmFPAview *view,
Note:
See TracChangeset
for help on using the changeset viewer.
