; compression table ; 0x82 0x0208 K0 ; 0x83 0x020C K1 ; 0x84 0x0210 K2 ; 0x85 0x0214 T0 ; 0x86 0x0218 T1 ; 0x87 0x021C T2 ; 0x88 0x0220 Y0 ; 0x89 0x0224 Y1 ; 0x8A 0x0228 Y2 ; if Q>T2 return Y2 ; if Q>T1 return Y1+(Q-T1)*K2 ; if Q>T0 return Y0+(Q-T0)*K1 ; else return Q*K0 ; compression for the charge Q as part of the tracklet word ; still a draft! ; ; move later to the proper location ; K0..2 are effectiv smaller than 1.0 ; now is for output range 0..0x7F ; Adresses in QP-MEM (DMEM), compression parameters, all are 16-bit unsigned integers ; if Q