Skip to content

Commit

Permalink
typo in maldi tsf metadata again
Browse files Browse the repository at this point in the history
  • Loading branch information
gtluu authored Nov 8, 2023
1 parent 39cd9e2 commit e44d8c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyTDFSDK/classes.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ def get_maldi_tsf_data(self):
self.low_mz = float(min(self.mz_array))
# MS1
if int(frames_dict['MsMsType']) == 0:
self.scan_type = 'MS1 specttrum'
self.scan_type = 'MS1 spectrum'
self.ms_level = 1
# MS/MS
elif int(frames_dict['MsMsType']) in [2, 8, 9]:
Expand Down

0 comments on commit e44d8c0

Please sign in to comment.