Skip to content

Commit

Permalink
have to remove self in the chooseframe function
Browse files Browse the repository at this point in the history
  • Loading branch information
noordhee committed Jan 16, 2025
1 parent c3766e3 commit a402717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ImageD11/nbGui/segmenter_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def printdatasets( dataroot, sample):



def chooseframe(self, dset, scan=None, idx=None, counter="_roi1", fetch_raw_image=False):
def chooseframe(dset, scan=None, idx=None, counter="_roi1", fetch_raw_image=False):
"""
Locate a busy frame from the dataset and optionally fetch the raw image.
Expand Down

0 comments on commit a402717

Please sign in to comment.