Skip to content

Commit

Permalink
Fixed #111
Browse files Browse the repository at this point in the history
  • Loading branch information
vigoux committed Jul 17, 2018
1 parent 5b095a2 commit 43bd68f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spectro.py
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ def prepareMeasure(self, device, intTime=10, triggerred=False,
)
# Get the number of pixels.
numPix = ctypes.c_short()
avaspec.AVS_GetNumPixels(device, ctypes.byref(numPix))
avaspec.AVS_GetNumPixels(device, numPix)

# Init c_MeasConfigType to pass it to AVS_PrepareMeasure.
Meas = avaspec.MeasConfigType()
Expand Down

0 comments on commit 43bd68f

Please sign in to comment.