Exemplo n.º 1
0
 protected AbstractCalibratorFactory(int channelIndex, CalibrationCoefficientsProvider provider) {
   this.channelIndex = channelIndex;
   this.provider = provider;
   slopeScaleFactor = provider.getSlopeScaleFactor();
   interceptScaleFactor = provider.getInterceptScaleFactor();
 }