glasgowcompbio / vimms

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

in AIF controller, first scan is fragment scan? #91

Closed sdrogers closed 4 years ago

sdrogers commented 4 years ago

First scan seems to be fragment, and second is MS1. Not sure why it's this way around?

sdrogers commented 4 years ago

this is because of the vagaries of time... if the first non-empty scan is an AIF then it will be first and this can happen will fix with #94

sdrogers commented 4 years ago

Fixed with #95