glasgowcompbio / vimms

A programmable and modular LC/MS simulator in Python
MIT License
19 stars 6 forks source link

Bug in DDA scan parameters #118

Closed sdrogers closed 4 years ago

sdrogers commented 4 years ago

Here: https://github.com/sdrogers/vimms/blob/f0b5f1de7ba403cbee60395efff0ff78e81b0ee6/vimms/Environment.py#L258-L262 Is a problem for SWATH controllers as the LAST_MASS will be well below the highest possible precursor mz due to the width of the window

Will fix by including the isolation window in that calculation