glasgowcompbio / vimms

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

Noise peaks will never be fragmented #266

Open joewandy opened 1 year ago

joewandy commented 1 year ago

Noise peaks will never be fragmented as we loop after chemicals when generating scans, and there are no chemicals associated with noise peaks. See https://github.com/glasgowcompbio/vimms/blob/master/vimms/MassSpec.py#L623-L630. Not sure if this is the best thing to do ..