Skip to content

Instantly share code, notes, and snippets.

@behinger
Last active October 10, 2018 10:32
Show Gist options
  • Save behinger/0bf56c2fccfd14a0ec776515927fc034 to your computer and use it in GitHub Desktop.
Save behinger/0bf56c2fccfd14a0ec776515927fc034 to your computer and use it in GitHub Desktop.
# change to etcomp version (with all packages)
pyversion /net/store/nbp/users/behinger/projects/etcomp/local/etcompvenv/bin/python3
# add the functions
insert(py.sys.path,int32(0),'/net/store/nbp/users/behinger/projects/etcomp/code');
# add this path so that matlab can find etcomp/lib
insert(py.sys.path,int32(0),'/net/store/nbp/users/behinger/projects/etcomp/');
# call the function to import the data
data = py.functions.et_import.import_pl(pyargs('datapath','/net/store/nbp/projects/etcomp/VP1/raw','surfaceMap',0,'recalib',1))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment