- Timestamp:
- Feb 17, 2011, 3:24:10 PM (15 years ago)
- Location:
- branches/eam_branches/ipp-20110213/ppImage/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110213/ppImage/src
- Property svn:mergeinfo set to
-
branches/eam_branches/ipp-20110213/ppImage/src/ppImage.h
r29833 r30680 53 53 bool doCrosstalkMeasure; // measure crosstalk signal 54 54 bool doCrosstalkCorrect; // apply crosstalk correction 55 bool addNoise; // Add noise to degrade MD image to 3pi 55 56 56 57 // output files requested … … 155 156 bool ppImageDetrendBias(pmReadout *inputReadout, pmReadout *bias, pmReadout *dark, ppImageOptions *options); 156 157 157 //bool ppImageDetrendNonLinear(pmReadout *input, ppImageOptions *options);158 158 bool ppImageDetrendNonLinear(pmReadout *input, pmFPAview *linearity, pmConfig *config); 159 159 bool ppImageDetrendNonLinearLookup(pmReadout *input, psMetadataItem *dataItem); … … 291 291 void ppImageMemoryDump(const char *description); 292 292 293 294 //Functions needed to degrade MD exposures to 3pi exposures 295 296 bool ppImageAddNoise(pmConfig *config, ppImageOptions *options, pmFPAview *view, pmFPA *fpa) ; 297 double ppImageRandomGaussian (const psRandom *rnd, double mean, double sigma); 298 double ppImageRandomGaussianNorm (const psRandom *rnd); 299 void ppImageRandomGaussianFree(void); 300 301 293 302 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
