TRiP98 maketrafo command



maketrafo | file / patientname()    trafotype()      debug
                   maxstates       refstate       invert
                   tx()    ty()     tz()
                   rx()    ry()     rz()

Purpose

Creates a simple affine transformation.

Parameters

file
Outputfile for the transformation.
patientname()
Input a patientname.
trafotype(trafo)
Input a trafotype. At present only aff is supported.
maxstates()
Define the maximum amount of states.
refstates()
Define the reference state.
invert
Inverts the direction of the transformation.
tx(),ty(),tz()
Define the translation in all dimensions.
rx(),ry(),rz()
Define the rotation around all dimensions.
debug
Debug switch. Lots of output!

Remarks

For all parameters except the filename default values are stored and can be used.

Examples


  1. maketrafo "testcase"
    
    This is the minimal use of this command. Everything will be set with the defined standart values.
    A steering file testcase.trf will be created, together with the actual transformation files testcase_00_02.aff, testcase_01_02.aff, etc.
  2. maketrafo "testcase" / patientname("testpatient")
    
    As above, but now the patient name has been specified explicitly.

Last updated:
$Id: trip98cmdmaketrafo.html,v 1.4 2015/11/03 15:54:00 kraemer Exp $
M.Kraemer@gsi.de