Press the "Import" button, and select a procedure file to load. This will populate the scene with the relevant transforms. The procedure must be of the saved procedure XML file format.
Note: The procedure will be imported to and overwrite the currently selected buffer; if no buffer is currently selected, a new buffer will be automatically created for the procedure.
Apply the populated transforms to models of the tools. For example, create needle models using the CreateModels module from the SlicerIGT extension and drag the needle models onto the relevant transforms in the Data module.
Use the VCR-style controls or the slider to play the procedure.
Note: The "Play" button plays the procedure back at 10 frames per second.
To compute motion efficiency metrics for a saved procedure:
Press the "Import" button, and select a procedure file to load. This will populate the scene with the relevant transforms.
Add a model of the tissue and select as the "Tissue model node". (optional)
Choose the transform associated with the needle and select as the "Needle transform node" and choose the orientation of the needle.
Change the "Mark Begin" and "Mark End" spin boxes to encompass the relevant portions of the procedure.
Press the "Analyze" button.
To add user-configurable metrics:
Create each user-configurable metric in a single python script. See User-Configurable Metrics for details.
A collection of common metrics are available: Download metrics (unzip the folder prior to use).
Put all python scripts defining user configurable metrics into a single directory.
Click the "Metrics Directory" button and select the directory in which the python scripts are stored.
To modify messages associated with a saved procedure:
Press the "Import" button, and select a procedure file to load. This will populate the messages widget with the previously recorded messages.
To add a message, use the VCR-style controls to navigate to the desired time. Press the "Add Message" button, and enter the name of the message.
To remove a message, select the desired message. Press the "Remove Message" button.
To clear all messages, press the "Clear" Messages button.