#This is a template for a FSL tool sub-section # Create subpages as ToolName/blah # Remember to add this page to the appropriate category <> = Introduction to TIRL scripts = TIRL is a general-purpose Python library that was designed to aid the prototyping of bespoke image registration pipelines. A pipeline that uses the components of TIRL to perform a specific registration task is hereafter designated as '''tirlscript'''. The FSL distribution of TIRL supplies with preinstalled tirlscripts for histology-to-MRI registration that can be executed from the command line, using the {{{fslpython}}} environment. Tirlscripts are python source files that are located in the {{{scripts}}} package of the installed TIRL library. When creating new pipelines, users are encouraged to take the preinstalled scripts as templates, modify them, and install the new tirlscript under a different name. This allows sharing tirlscripts between fellow TIRL users without overwriting library defaults. = Using the command line interface = == Activating the fslpython environment == == Main menu == {{{#!highlight console tirl Tensor Image Registration Library Copyright (C) 2018-2020 University of Oxford Part of the FMRIB Software Library (FSL) Author: Istvan N. Huszar Available options: home displays the installation directory version displays the library version config [text editor] modify library-wide constants info display information about a TIRL file module list list available tirl scripts add [package] add custom module to the library edit edit any module in the library remove remove a user module from the library