AIF-development-team / adsorptioninformationformat

A universal file format for gas adsorption experiments
MIT License
14 stars 2 forks source link

Celsius/Kelvin Selector Option? #38

Open playful1510 opened 1 year ago

playful1510 commented 1 year ago

When uploading a Micromeritics XLS file with the temperature units set to degree Celsius, the web interface shows the correct Celsius temperature value, as Kelvin.

image

Is there a way to have the web interface have the option to either directly display the Celsius temperature, or automatically convert it to Kelvin?

jackevansadl commented 1 year ago

Thanks for pointing out this issue. Up till now we only had cases of temperature reported in Kelvin so did not describe this. The web app has been updated to reflect the correct temperature unit but our Micromeritics parser assumes temperature is in Kelvin.

@pauliacomi is this a straight forward update to the Micromeritics parser?