Skip to content

Commit

Permalink
optional hdf saving for WIFF
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgWa committed Oct 11, 2023
1 parent fde7ad2 commit 6674e0a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions alpharaw/sciex.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ def _import(self,
self.creation_time = wiff_reader.wiffSample.Details.AcquisitionDateTime.ToString("O")
wiff_reader.close()
return data_dict

def import_raw(self, _path: str):
super().import_raw(_path)
self.save_hdf(_path+".hdf")

ms_reader_provider.register_reader('sciex', SciexWiffData)
ms_reader_provider.register_reader('sciex_wiff', SciexWiffData)
Expand Down

0 comments on commit 6674e0a

Please sign in to comment.