This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# read shorten (shn) files into numpy arrays | |
from __future__ import division | |
import os.path as path | |
import os | |
from subprocess import call | |
import struct | |
import tempfile | |
def shnread(shnfile): |