Skip to content

Commit

Permalink
Add MS precision for MS level 3
Browse files Browse the repository at this point in the history
- add 20e-6 as standarard precision for ms3
  • Loading branch information
MKoesters authored Oct 28, 2021
1 parent ba55204 commit 205e96c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pymzml/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ def __init__(
0: 0.0001,
1: 5e-6,
2: 20e-6,
3: 20e-6,
}
self.ms_precisions.update(MS_precisions)

Expand Down

0 comments on commit 205e96c

Please sign in to comment.