Examples Gallery#
When you have a focused question—“How do I call this provider?” or “How can I dump outputs as CSV?”—browse the gallery below. Each card is a runnable recipe showing the exact CLI flags or Python calls needed for a specific task.
Anatomical Mapping#
Basic recipes for querying atlases. These examples demonstrate how to retrieve labels from standard atlases (Harvard-Oxford, AAL) and FreeSurfer parcellations.
Standard Atlases
Examples using one of multiple objects#
Fetch the Harvard-Oxford atlas and explore it with AtlasMapper
Use MultiAtlasMapper to query multiple atlases simultaneously
FreeSurfer & Surface
Examples using one of multiple objects#
Fetch the FreeSurfer aparc atlas and explore it with AtlasMapper
Batch processing with BatchAtlasMapper using the aparc atlas
Query multiple FreeSurfer surface atlases with MultiAtlasMapper
Literature & AI Integration#
Examples that query external providers. These scripts mix local atlas data with Neurosynth/NeuroQuery lookups and Generative AI summaries.
Examples using one of multiple objects#
Generate images using OpenAI or Anthropic depending on available keys
Query neuroimaging meta-analysis datasets using coord2study
End-to-end pipeline for multi-atlas coordinate querying
Demonstrate provider selection, retries, and caching
Advanced Configuration#
Deep dives into caching, conditional execution, backend switching, and formatting outputs.
Examples using one of multiple objects#
Conditionally enable local HuggingFace text and image models
Generate a nilearn-based brain image for a coordinate
Demonstrate dataset caching with prepare_datasets()
Demonstrate exporting pipeline results to various formats
End-to-End Workflows#
Complete pipelines integrating multiple components.
Examples using one of multiple objects#
Data Management#
Generate a nilearn-based brain image for a coordinate
Demonstrate exporting pipeline results to various formats
Conditionally enable local HuggingFace text and image models
Generate images using OpenAI or Anthropic depending on available keys
Query multiple FreeSurfer surface atlases with MultiAtlasMapper
Batch processing with BatchAtlasMapper using the aparc atlas
Query neuroimaging meta-analysis datasets using coord2study
Fetch the FreeSurfer aparc atlas and explore it with AtlasMapper
Use MultiAtlasMapper to query multiple atlases simultaneously
Demonstrate provider selection, retries, and caching
Demonstrate dataset caching with prepare_datasets()
Fetch the Harvard-Oxford atlas and explore it with AtlasMapper
End-to-end pipeline for multi-atlas coordinate querying
Generate an AI image and a deterministic Nilearn reference for a coordinate.
Build a structured reasoned report with narrative and machine-readable JSON.
Generate an atlas-aware summary for a coordinate using Coord2Region.