Tutorials
Step-by-step lessons to learn RadiObject from scratch. Each tutorial builds on the previous one. Unfamiliar with radiology or TileDB terms? See the Lexicon.
Prerequisites
Download the test datasets before starting:
# BraTS data for tutorials 1-3
python scripts/download_dataset.py msd-brain-tumour
# Full MSD Lung for tutorials 4-5
python scripts/download_dataset.py msd-lung
See Datasets for details and alternative download methods.
Learning Path
| # | Tutorial | What You Learn |
|---|---|---|
| 1 | Ingest NIfTI Data | Create your first RadiObject from NIfTI files |
| 2 | Explore Data | RadiObject, collections, volumes: indexing, filtering, partial reads |
| 3 | Configuration | Write settings, read tuning, S3 config |
| 4 | Multi-Collection Ingestion | Complex datasets with multiple modalities |
| 5 | ML Training | MONAI segmentation training with DataLoader integration |