Changeset 26982 for trunk/ppSub/src/ppSubReadoutJpeg.c
- Timestamp:
- Feb 17, 2010, 5:36:13 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ppSub/src/ppSubReadoutJpeg.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSubReadoutJpeg.c
r26899 r26982 33 33 pmReadout *ro1 = pmReadoutAlloc(cell1), *ro2 = pmReadoutAlloc(cell2); // Binned readouts 34 34 if (!pmReadoutRebin(ro1, outRO, maskBad, bin1, bin1)) { 35 psError(P S_ERR_UNKNOWN, false, "Unable to bin output (1st binning)");35 psError(PPSUB_ERR_DATA, false, "Unable to bin output (1st binning)"); 36 36 psFree(ro1); 37 37 psFree(ro2); … … 39 39 } 40 40 if (!pmReadoutRebin(ro2, ro1, 0, bin2, bin2)) { 41 psError(P S_ERR_UNKNOWN, false, "Unable to bin output (2nd binning)");41 psError(PPSUB_ERR_DATA, false, "Unable to bin output (2nd binning)"); 42 42 psFree(ro1); 43 43 psFree(ro2);
Note:
See TracChangeset
for help on using the changeset viewer.
