Changeset 16084 for trunk/ppImage/src/ppImage.h
- Timestamp:
- Jan 15, 2008, 2:45:18 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImage.h (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImage.h
r15933 r16084 35 35 bool doAstromChip; // per-chip Astrometry 36 36 bool doAstromMosaic; // full-mosaic Astrometry 37 bool doStats; // call ppStats on the image38 bool replaceMasked; // fill in masked values with background model37 bool doStats; // call ppStats on the image 38 bool replaceMasked; // fill in masked values with background model 39 39 40 40 // output files requested … … 70 70 71 71 // binning parameters 72 int xBin1; // x-binning, scale 173 int yBin1; // y-binning, scale 174 int xBin2; // x-binning, scale 275 int yBin2; // y-binning, scale 272 int xBin1; // x-binning, scale 1 73 int yBin1; // y-binning, scale 1 74 int xBin2; // x-binning, scale 2 75 int yBin2; // y-binning, scale 2 76 76 77 77 // parameters used by the fringe analysis … … 150 150 bool ppImageStats (pmConfig *config, pmChip *chip, const pmFPAview *inputView, const ppImageOptions *options); 151 151 152 // write stats to output file 152 // write stats to output file 153 153 bool ppImageStatsOutput (pmConfig *config, const ppImageOptions *options); 154 154 … … 157 157 bool ppImageDetrendFringeMeasure(pmReadout *readout, // Readout to measure 158 158 pmCell *fringe, // Fringe cell (each readout is a different component) 159 const bool isResidual,159 const bool isResidual, 160 160 const ppImageOptions *options // Options 161 161 ); … … 164 164 bool ppImageDetrendFringeSolve(pmChip *scienceChip, // Chip with science 165 165 const pmChip *refChip, // Chip with reference fringes 166 const bool isResidual,166 const bool isResidual, 167 167 const ppImageOptions *options // Options 168 168 ); … … 171 171 bool ppImageDetrendFringeGenerate(pmCell *science, // Science cell 172 172 pmCell *fringes, // Fringe cell, one readout per fringe component 173 const ppImageOptions *options // Options173 const ppImageOptions *options // Options 174 174 ); 175 175 176 176 177 177 bool ppImageDetrendFringeApply (pmConfig *config, // config 178 pmChip *chip, // science chip179 const pmFPAview *inputView, // current view180 const ppImageOptions *options // options178 pmChip *chip, // science chip 179 const pmFPAview *inputView, // current view 180 const ppImageOptions *options // options 181 181 ); 182 182 … … 200 200 void ppImageFileCheck (pmConfig *config); 201 201 202 /// Dump memory summary to text file 203 void ppImageMemoryDump(const char *description); 204 202 205 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
