EoSAlign is a desktop application designed for comparing and converting pressure calibrations using equations of state (EoS). This application enables the comparison of measured data directly with published calibrations of similar composition and methodology. This application supports both measured data and pressure converted data.

Work Flow

EoSAlign supports two main paths:

Example Data File

Data files must consist of numerical values representing either pressure or measured values. Files can be formatted as either a single value per line or a single line with values separated by commas, spaces, or tabs.

If error propagation is enabled, the uncertainty data file must contain the same number of values in the same order as the primary data file — each uncertainty value corresponds directly to the data point at the same position.

Single Column
1
2
3
4
5
Single Line - Comma
  1, 2, 3, 4, 5 
Single Line - Space
 1 2 3 4 5
Single Line - Tab
1\t2\t3\t4\t5