Changeset 42382 for trunk/ppImage/src/ppImageRebinReadout.c
- Timestamp:
- Feb 8, 2023, 11:57:40 AM (3 years ago)
- Location:
- trunk/ppImage
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/ppImageRebinReadout.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20220316/ppImage (added) merged: 42148,42158,42161,42166-42167,42171,42185,42214,42372
- Property svn:mergeinfo changed
-
trunk/ppImage/src/ppImageRebinReadout.c
r37406 r42382 35 35 36 36 // run the rebin code 37 // XXX EAM 2022.04.21 : this function rebins the signal image and makes an attempt to 38 // generate a mask only with bits raised in masked pixels that have > 50% of input pixels masked. 39 // this step is very expensive because it must count the input mask bits for each pixel. 40 // What is particularly silly is that the mask is not even used in the jpeg image. 37 41 if (!pmReadoutRebin(outReadout, inReadout, options->maskValue, outFile->xBin, outFile->yBin)) { 38 42 psError(PS_ERR_UNKNOWN, false, "Unable to rebin readout.");
Note:
See TracChangeset
for help on using the changeset viewer.
