MassBank / RMassBank

Playground for experiments on the official http://bioconductor.org/packages/devel/bioc/html/RMassBank.html
Other
12 stars 15 forks source link

Intensities in scientific notation, why? #326

Closed meowcat closed 1 year ago

meowcat commented 1 year ago

RMassBank in at least one instance has written scientific notation intensities:

https://github.com/meowcat/MassBank-data/blob/42abfdd7ea2c68a33404aafb15c6943d189d710f/Eawag/MSBNK-Eawag-EQ01128603.txt#L85

schymane commented 1 year ago

Is it above a mysterious threshold somewhere? It's the base peak ... but there's another one >5e7 that's not in scientific notation, strange ...

https://github.com/meowcat/MassBank-data/blob/42abfdd7ea2c68a33404aafb15c6943d189d710f/Eawag/MSBNK-Eawag-EQ01128603.txt#L70

meowcat commented 1 year ago

The issue seems to be that the value is precisely 76000000.0

meowcat commented 1 year ago

Fixed in 1d441e7