Skip to content

Instantly share code, notes, and snippets.

@stymy
Created March 11, 2015 23:23
Show Gist options
  • Save stymy/c9867393cbe5d9258b7b to your computer and use it in GitHub Desktop.
Save stymy/c9867393cbe5d9258b7b to your computer and use it in GitHub Desktop.
loading .1D surface files
with open('file.1D') as f:
timeseries = np.fromfile(f,sep=" ",dtype=int)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment