Skip to content

Commit

Permalink
TDM is APS2 type
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Ristè committed Jun 11, 2018
1 parent c776767 commit 126a625
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 @@ -1427,7 +1427,7 @@ def write_tdm_seq(seq, tdm_fileName):
os.remove(tdm_fileName)
with h5py.File(tdm_fileName, 'w') as FID:
FID['/'].attrs['Version'] = 5.0
FID['/'].attrs['target hardware'] = 'TDM'
FID['/'].attrs['target hardware'] = 'APS2'
FID['/'].attrs['minimum firmware version'] = 5.0
FID['/'].attrs['channelDataFor'] = np.uint16([1, 2])

Expand Down

0 comments on commit 126a625

Please sign in to comment.