Skip to content

Instantly share code, notes, and snippets.

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