fmri_data.orthviews

May 7, 2026 · View on GitHub

← back to fmri_data methods · Object methods index

Open an SPM-style three-pane orthogonal viewer (axial / coronal / sagittal) on an fmri_data / statistic_image. Click anywhere to move the crosshair. Useful for browsing a results map at high resolution and for grabbing peak coordinates interactively.

Quick example

imgs = load_image_set('emotionreg');
t = ttest(imgs);
t = threshold(t, .005, 'unc', 'k', 10);
orthviews(t);

orthviews sample

See also

  • fmri_data.montage — non-interactive slice montage
  • fmri_data.surface — cortical-surface rendering
  • spm_orthviews — the underlying SPM viewer (configurable colormap and underlay)