Skip to content

NeuroAlign v0.2.0: Standalone CLI & BIDS Integration

Latest

Choose a tag to compare

@BitForge95 BitForge95 released this 23 Mar 12:26
· 7 commits to main since this release

This release marks the official transition of the pipeline into a standalone, pip-installable Python package (neuro-align). It provides a complete architectural foundation for out-of-core multimodal data synchronization.

Key Additions & Features

  • Pip-Installable CLI: Introduced the global neuro-align terminal command for cross-system execution.
  • BIDS fMRI Integration: Added BidsNiftiLoader with automated JSON sidecar parsing for Repetition Time (TR) and nibabel proxy memory management.
  • HDF5 Data Persistence: Implemented the Hdf5Exporter to serialize synchronized multimodal slices (Ephys, Video, and fMRI) into .h5 files for downstream PyTorch ingestion.
  • Professional Logging: Replaced standard terminal outputs with a timestamped Python logging architecture.
  • Open Source: Officially licensed under the MIT License.