Mentions légales du service

Skip to content

FEAT: add command line interface

FRIGO Matteo requested to merge mfrigo/talon:script-tft into devel

This MR concerns the implementation of a command line interface for TALON. It is a work in progress MR that is not ready to be merged yet. Let's discuss a bit about it, before.

  • The talon.cli module is added. It contains some convenience functions that are used in the development of the cli.
  • The talon-voxelize script is added. It takes a tractogram and transforms it into the indices and weights matrices that are necessary for defining the forward operator of TALON.
  • The talon script is added. It takes as input a tractogram and some data to be fitted. It returns the streamline coefficients.

Functions and scripts are not tested yet.

Addresses issue #27 (closed) .

Edited by FRIGO Matteo

Merge request reports