Skip to content

BrkRaw/brkraw-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BrkRaw Tutorial (Jupyter Notebooks)

This repository contains tutorials for the updated BrkRaw API using the example datasets hosted via Git LFS.

Notebooks

  • notebooks/00_getting_started.ipynb — install, download example data, and run core BrkRaw workflows (info, metadata, conversion).
  • notebooks/01_orientation_unwrap_vs_pose.ipynb — compare unwrap pose vs subject pose, reorient to RAS, and visualize the differences.
  • notebooks/02_cli_tutorial.ipynb — run the same workflow from the CLI with bash commands and inspect outputs inline.

Launch on Binder

Open the notebook list:

Binder

Open a specific notebook:

  • notebooks/00_getting_started.ipynb Binder
  • notebooks/01_orientation_unwrap_vs_pose.ipynb Binder
  • notebooks/02_cli_tutorial.ipynb Binder

Local setup (recommended for Git LFS)

git lfs install

git clone https://github.com/BrkRaw/brkraw-dataset

# Create the tutorial environment
conda env create -f environment.yml
conda activate brkraw-tutorial

jupyter lab

Notes

  • The example datasets are stored in the brkraw-dataset repo using Git LFS. Make sure Git LFS is installed before cloning so you get the actual data.
  • The notebooks assume the dataset repo lives at data/brkraw-dataset.

About

Repository of the BrkRaw Python API tutorials with the Jupyter Notebook

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published