Skip to content

Commit

Permalink
move get_reco into BrukerLoader class
Browse files Browse the repository at this point in the history
  • Loading branch information
th committed Jul 17, 2023
1 parent 2790fd3 commit 76307ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions brkraw/lib/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,9 @@ def get_method(self, scan_id):

def get_acqp(self, scan_id):
return self._acqp[scan_id]

def get_reco(self, scan_id, reco_id):
return self._pvobj.get_reco(scan_id,reco_id)

def get_bdata(self, scan_id):
method = self.get_method(scan_id)
Expand Down

0 comments on commit 76307ef

Please sign in to comment.