Guest User

Untitled

a guest
May 22nd, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. #!/usr/bin/env python
  2. from struct import *
  3.  
  4. __author__ = 'Horea Christian'
  5.  
  6. with open('/home/chymera/Wip/magnetoception/magnetoception-rd/1chris_stim_E20B1.BLK') as in_file:
  7. for line in in_file:
  8. unpack ('<', in_file)
  9. print (line)
Add Comment
Please, Sign In to add comment