Skip to main content
Link
Menu
Expand
(external link)
Document
Search
Copy
Copied
Home
Getting Started
Installation
converting NifTi (Legacy)
BIDS converter
Graphic User Interface (GUI)
Data management
Python API
Credits
How to Cite
Acknowledgements
BrkRaw on GitHub
Python API
import module
>>>
import
brkraw
as
br
load dataset
>>>
rawdata
=
br
.
load
(
<
PATH
>
)
If you want to learn more detail about Python API, please check our example
Jupyter Notebooks
.