Skip to content

Commit

Permalink
Merge pull request #120 from pyeguy/accept_uv_specs
Browse files Browse the repository at this point in the history
added 0 key for UV spectra
  • Loading branch information
MKoesters authored Mar 18, 2019
2 parents 2a6d3d7 + b373a0b commit f32124d
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 @@ -91,6 +91,7 @@ def __init__(

# Parameters
self.ms_precisions = {
0 : 0.001, #arbitrary prec for UV spectra
1 : 5e-6,
2 : 20e-6
}
Expand Down

0 comments on commit f32124d

Please sign in to comment.