cheminfo / tga-spectrum

https://cheminfo.github.io/tga-spectrum/
MIT License
0 stars 2 forks source link

Time in [s] or [min] #10

Closed lpatiny closed 3 years ago

lpatiny commented 4 years ago

I'm currently refactoring the project to be able to store many variables in the same jcamp, very close to the original file.

I also working on a tool that will deal with units conversions if they are not the same in all the files.

@kjappelbaum Are you sure about the unit ? It is in second and not minute ?

https://github.com/cheminfo/tga-spectrum/blob/master/src/from/fromPerkinElmerCSV.js#L37 https://github.com/cheminfo/tga-spectrum/blob/master/src/from/fromTAInstruments.js#L24

kjappelbaum commented 3 years ago

you're right TA Instruments is min and it probably also is for perkin elmer, will directly make PR with the change