> For the complete documentation index, see [llms.txt](https://help.boomerang3.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.boomerang3.com/boomerang-3-domain-administrator-manual/admin/calibration.md).

# Calibration

Every MP has a certain measurement error. To reduce it, a sensor is calibrated using a reference sensor that is an order of magnitude more accurate than the calibrated sensor.

During the calibration the sensor error is measured that can be used to correct its readings. This measurement error is stated on a sensor calibration certificate and shall be entered into MP “New Adjustment Value” field. After saving it is shown in “Current Adjustment Value” field.

There is also “Calibration interval” which defines the calibration certificate validity period in months. The default setting is 12 months but can be modified if needed.

The calibration related MP fields are described in [Common MP parameters](/boomerang-3-domain-administrator-manual/admin/infrastructure/infrastructure__measuring_points/common-mp-parameters.md).

The adjustment value is used to adjust the measurement received from the sensor. The system stores the adjusted reading which reduces the measurement error.

All the system MPs must have valid calibration certificates. There is a dedicated Calibration menu to manage the MPs calibration certificates.

The calibration can be done automatically using ICU Scandinavia calibration service. The ICU Scandinavia calibration service is performed using dedicated reference sensors and an Android app that controls the calibration process. It is described in a separate manual.

A user can also manually add adjustment values from a third party certificate as described in [Set calibration adjustment manually](/boomerang-3-domain-administrator-manual/admin/calibration/set-calibration-adjustment-manually.md).

Calibration certificates can be stored in the system.

If you are interested in ICU Scandinavia calibration service, please contact <sales@icuscandinavia.com> for an offer.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.boomerang3.com/boomerang-3-domain-administrator-manual/admin/calibration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
