ScanSessionTool

Scan Session Tool - A tool for (f)MRI scan session documentation and data archiving


License
GPL-3.0
Install
pip install ScanSessionTool==0.9.3

Documentation

Scan Session Tool

About

The Scan Session Tool is a graphical application for documenting (f)MRI scan sessions and automatized data archiving. Information about the scan session itself, used forms and documents, as well as the single measurements can be entered and saved into a protocol file. This information can furthermore be used to copy acquired data (DICOM images as well as optional stimulation protocols and logfiles into a specific hierarchical folder structure for unified archiving purposes, with optional sepcial support for (Turbo-)BrainVoyager.

Installation

  1. Make sure Python 3 (>=3.6; with Tkinter) is installed.

  2. Install pipx:

    python3 -m pip install --user pipx
    python3 -m pipx ensurepath
    

(On Windows you might need to replace python3 with py -3).

  1. Install Scan Session Tool:

    pipx install ScanSessionTool
    

Usage

Scan Session Tool can be started with the command scansessiontool.

Documentation

The full documentation can be found from within the programme, by clicking on the "?" button, or by selecting "Scan Session Tool Help" from the Help menu.