Density · Interpolation · Correction
Two known points. Saved automatically until you reset.
Linear interpolation between the two reference points.
result = V1 + ((input − R1) / (R2 − R1)) × (V2 − V1)
Correct observed density to a target temperature.
Corrected = Observed − (ReqTemp − ObsTemp) × CF
↑ temp → density falls · ↓ temp → density rises (sign handled automatically)