kk1995
kk1995
I cannot import the module from both the terminal and Spyder IDE, getting the same following message: `ImportError: cannot import name 'Truths' from partially initialized module 'truths' (most likely due...
The problem is that Truth is not defined for the most recent call when __init__.py is run. By asking module to import everything (*), we will have one call that...
Update code for OD block average for compatibility with current SNIRF format. No change to concentration calculation.
Some directories (like university server ones) use double backslash or forward slash at the beginning. e.g. \\\ad\eng\users\.... Added exception to removing double+ slashes at the very beginning for filesepStandard_startup functions...