Skip to content

HiBoP is an application dedicated to the visualization of intracranial brain recordings.

License

Notifications You must be signed in to change notification settings

hbp-HiBoP/HiBoP

Repository files navigation

HiBoP: Human Intracranial Brain Observation Player

HiBoP is an application dedicated to the visualization of intracranial brain recordings such as intracranial electroencephalography (iEEG), cortico-cortical evoked potentials (CCEP) and functional magnetic resonance imaging (fMRI). This software is developped using Unity, C# and C++ for Windows, Mac and Linux.

Getting Started

These instructions will allow you to run HiBoP on your computer. Once it is running, you can take a look at the tutorial.

Windows

Unzip the zip file and execute HiBoP.exe.

Linux

Unzip the zip file to a target directory. Then, you need to give execution rights to the executable, and execute HiBoP.x86_64.

cd <HIBOP_DIR>
chmod 755 ./HiBoP.x86_64
./HiBoP.x86_64

MacOS

Unzip the zip file to a target directory. Then, you need to give execution rights to the executable, remove external attributes, and execute HiBoP.app.

cd <HIBOP_DIR>
chmod -R 755 HiBoP.app
xattr -rc HiBoP.app

Supported file formats

Anatomical data

3D brain mesh

  • Brain mesh (required): Either one file for the whole brain or one file per hemisphere in GIFTI format (.gii)
  • Mars Atlas (optional): Either one file for the whole brain or one file per hemisphere in GIFTI format (.gii)
  • Transformation (optional): One file specifying the transformation matrix to be applied so the mesh is in the same referential as the anatomical MRI (.trm)

MRI

  • MRI (required): One file in NIFTI-1 format (.nii, .nii.gz or .hdr/.img)

Electrodes

  • Electrodes positions (required): One file describing the electrodes positions either in IntrAnat format (.pts) or BIDS electrodes format (.tsv)
  • Electrodes additions information (optional): One file giving information about the electrodes (.csv)

Functional data

iEEG and CCEP

  • Data files (required): Supported formats are BrainVision (.vhdr/.vmrk/.eeg), ELAN (.eeg.ent/.eeg), Micromed (.TRC) and EDF (.edf)

fMRI

  • Data files (required): One file in NIFTI-1 format (.nii, .nii.gz or .hdr/.img)

License

This work is licensed under a CC Attribution-NonCommercial 4.0 International License.

Acknowledgements

Human Brain Project

This open source software code was developed in part or in whole in the Human Brain Project, funded from the European Union’s Horizon 2020 Framework Programme for Research and Innovation under the Specific Grant Agreement No. 785907 (Human Brain Project SGA2).

Used third-party resources

Unity / C#

C++

About

HiBoP is an application dedicated to the visualization of intracranial brain recordings.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages