You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally rtms optimization geometry routines were written in Python2 due to SimNIBS having only a python2 based API. With the release of SimNIBS 3 there is now Python3 compatibility.
To python 3. With this, comes small changes to the SimNIBS python API (some functions need to be updated since they are deprecated etc..). In addition some Numpy-based routines should be updated as well (using "@" for matrix multiplication).
The text was updated successfully, but these errors were encountered:
Originally rtms optimization geometry routines were written in Python2 due to SimNIBS having only a python2 based API. With the release of SimNIBS 3 there is now Python3 compatibility.
As a result we want to port over the python library:
https://github.com/tigrlab/rtms_optimize/fieldopt
To python 3. With this, comes small changes to the SimNIBS python API (some functions need to be updated since they are deprecated etc..). In addition some Numpy-based routines should be updated as well (using "@" for matrix multiplication).
The text was updated successfully, but these errors were encountered: