Closed matsvanes closed 1 month ago
The package is now called osl-ephys. The submodules are in the osl_ephys directory, so imports happen as: from osl_ephys import preprocessing.
osl-ephys
osl_ephys
from osl_ephys import preprocessing
Some references are still called osl, for example, the source recon (RHINO) techniques, the "osl_wrappers", and the "osl" log config.
osl
I think this is fine.
The package is now called
osl-ephys
. The submodules are in theosl_ephys
directory, so imports happen as:from osl_ephys import preprocessing
.Some references are still called
osl
, for example, the source recon (RHINO) techniques, the "osl_wrappers", and the "osl" log config.