Skip to content

Commit

Permalink
typo in APS2pattern.py -MW
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewware committed Jul 25, 2019
1 parent 86566f4 commit 2589b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QGL/drivers/APS2Pattern.py
Original file line number Diff line number Diff line change
Expand Up @@ -1188,7 +1188,7 @@ def start_new_seq():
for i in range(num_chans):
wf_len = struct.unpack('<Q', FID.read(8))[0]
wf_dat = np.frombuffer(FID.read(2*wf_len), dtype=np.int16)
wf_lif[f'ch{i+1}'] = ( 1.0 / MAX_WAVEFORM_VALUE) * wf_dat.flatten()
wf_lib[f'ch{i+1}'] = ( 1.0 / MAX_WAVEFORM_VALUE) * wf_dat.flatten()

NUM_NCO = 2
freq = np.zeros(NUM_NCO) #radians per timestep
Expand Down

0 comments on commit 2589b44

Please sign in to comment.