opentims icon indicating copy to clipboard operation
opentims copied to clipboard

Support for recalibrated data

Open rickhelmus opened this issue 2 years ago • 2 comments

Hello,

First of all, many thanks for all the nice work put in this library! :-)

I was wondering if it would be possible to load data that was recalibrated? I noticed a comment it is not, but am curious as to why and if there are any workarounds.

Thanks, Rick

rickhelmus avatar Jun 17 '22 16:06 rickhelmus

So it seems it is possible with the DLL/lib from the latest Bruker SDK and using tims_open_v2() instead of tims_open(). According to the documentation, this should also allow pressure stabilization(?). Interestingly, it seems to always use re-calibrated data, regardless of what is passed to the recalibration parameter.

If wanted I could make a small PR, but this will break compatibility with previous SDK versions or perhaps an additional function parameter could be used to specify which tims_open() version should be used.

Thanks, Rick

rickhelmus avatar Sep 08 '22 11:09 rickhelmus