Skip to content

Commit

Permalink
#11 Reorder arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizu committed Aug 27, 2020
1 parent 8a9829b commit 014e7fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scopyon/analysis/spot_detection.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class LoggingMessage:
message: str = ""
level: int = DEBUG

def __spot_detection(data, roi_size, blob):
def __spot_detection(blob, data, roi_size):
x, y, _ = blob

x0, x1 = int(x - roi_size), int(x + roi_size) + 1
Expand Down

0 comments on commit 014e7fc

Please sign in to comment.