nifti-stream Demo

This demo uses a T1w scan to demonstrate the streaming capabilities. While we're only showing structural data here, the library handles any n-dimensional NIFTI data you throw at it - your fMRI timeseries, DWI volumes, or multi-echo sequences will work just fine. Just specify your preferred streaming dimension and you're set.

1. Quick Header Inspection

Stream just the header metadata without loading the image data. Perfect for quick inspection or validation of NIFTI files before processing.

Click "Load Header" to view NIFTI header information

2. Selective Slice Loading

Load just the middle slice from the volume. This demonstrates how you can selectively access parts of the data without loading the entire file.

3. Progressive Loading

Stream all slices progressively, displaying them side by side. This shows how you can process and display data as it arrives, without waiting for the complete file to load.

0/0 slices