Skip to main content

Raw data parameters

Configure processing for raw sensor outputs, including optional temperature compensation and specialized data handling.

Temperature compensation

  • enableTempCompensation: true/false — enable polynomial temperature compensation
  • tempCompensationCoefA / tempCompensationCoefB / tempCompensationCoefC — coefficients for A×T² + B×T + C
  • tempCompensationReference: °C — reference temperature
  • tempCompensationOffset: number — extra offset after compensation
  • showBeforeCompensated: true/false — display both raw and compensated series

Value handling

  • negativeRawValue: true/false — invert sign of raw values
  • displayNewtons: true/false — add series converted to Newtons (strain-related setups)
  • dataType: thermocouple | pyranometr — apply specialized conversions

Notes

  • Use generic multiplier/divider/offset for final scaling and formatting
  • Temperature source/averaging can be controlled with generic tempSensor/timeWindow