Skip to content

Commit

Permalink
fix class method
Browse files Browse the repository at this point in the history
  • Loading branch information
jveitchmichaelis authored Oct 3, 2020
1 parent b313ef5 commit 2605e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flirpy/camera/tau.py
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ def _sync_uart(self, allow_timeout=False):

return data[data.find(magic):]

def _convert_frame(data, to_temperature=False, width=640):
def _convert_frame(self, data, to_temperature=False, width=640):
# This is reported by the camera. Some cameras may default to other settings.
frame_width = np.frombuffer(data[5:7], dtype='uint16')[0]

Expand Down

0 comments on commit 2605e50

Please sign in to comment.