Skip to content

rounding-bug during the py_diAID method creation #19

@WeiqiangChen

Description

@WeiqiangChen

Describe the bug
When I tried to import the windows in timsControl, it shows an error of "slices with different gradients are not supported by Bruker VistaScan. "

To Reproduce
Steps to reproduce the behavior:

  1. use the following windows.
    vista,0.64, 69.1, 100.3, 1.42, 1285.9
    vista,0.64, 100.3, 131.6, 1.42, 1317.2
    vista,0.64, 131.6, 162.8, 1.42, 1348.4
    vista,0.64, 162.8, 194.1, 1.42, 1379.7
  2. See the error in timsControl.

Additional context
I contacted Bruker support and got the following feedback.
"The cause of the error message was that the second and fourth diagonal-PASEF scan had a slightly different slope (m=1560.1282051282 instead of m=1560) compared to the first and third diagonal-PASEF scan.
Change the windows slightly as the following:
vista,0.64,69.1,100.3,1.42,1285.9
vista,0.64,100.3,131.6,1.42,1317.1
vista,0.64,131.6,162.8,1.42,1348.4
vista,0.64,162.8,194.1,1.42,1379.6
solve this issue."

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions