Adding get/set for temperature correction
It is good practice to not expose variables such as this to the user, and instead to have getters/setters.
It is good practice to not expose variables such as this to the user, and instead to have getters/setters.