Describe the bug
A clear and concise description of what the bug is.
the formula for k_t_p --- for TG51
return ((273.2 + temp) / 295.2) * (101.33 / press)
the formula for k_t_p - for TRS38
return ((273.2 + temp) / 293.2) * (101.33 / press)
it is around 1% difference - most SSDL in EU do calibration on 20 C
To Reproduce
Steps to reproduce the behavior:
Go to '...'
Click on '....'
Scroll down to '....'
See error
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
Describe the bug A clear and concise description of what the bug is. the formula for k_t_p --- for TG51 return ((273.2 + temp) / 295.2) * (101.33 / press)
the formula for k_t_p - for TRS38 return ((273.2 + temp) / 293.2) * (101.33 / press)
it is around 1% difference - most SSDL in EU do calibration on 20 C To Reproduce Steps to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Additional context Add any other context about the problem here.