simuran package

Module contents

Package for multi-region analysis.

To get started, a good place can be to check the supported data loaders, and the installed loaders: simuran.supported_loaders(), simuran.installed_loaders()

A general flow might be something like:

recording = simuran.Recording() recording.loader = simuran.loader(“NWB”) recording.attrs[“source_file”] = PATH_TO_NWB recording.parse_metadata() recording.load() recording.inspect()

simuran.config_from_file(filename: Union[str, Path]) → simuran.core.param_handler.ParamHandler

Return a configuration from a filename.

simuran.load_config(filename: Union[str, Path]) → simuran.core.param_handler.ParamHandler

Return a configuration from a filename.