PlusLib  2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
Functions | Variables
ReadTrackerLag.m File Reference

Go to the source code of this file.

Functions

end end if (isValid) cd(rootCodeFolder)
 

Variables

 av_files = dir()
 
 break
 
 calibrationError = str2num(V.ATTRIBUTE.CalibrationError)
 
 function [isValid, trackerLag, calibrationError, maxCalibrationError]
 
for i
 
 isValid = false
 
 maxCalibrationError = str2num(V.ATTRIBUTE.MaxCalibrationError)
 
 trackerLag = 0
 
 trackerLagFilename = 'TemporalCalibrationResults.xml'
 
 V = xml_parseany(xmlstr)
 
 xmlstr = fileread([rootFolder, '\', trackerLagFilename])
 

Function Documentation

◆ if()

end end if ( isValid  )

Variable Documentation

◆ av_files

av_files = dir()

Definition at line 4 of file ReadTrackerLag.m.

◆ break

break

Definition at line 14 of file ReadTrackerLag.m.

◆ calibrationError

calibrationError = str2num(V.ATTRIBUTE.CalibrationError)

Definition at line 23 of file ReadTrackerLag.m.

◆ function

Initial value:
= ReadTrackerLag(rootFolder, rootCodeFolder)
rootFolder
rootCodeFolder

Definition at line 1 of file ReadTrackerLag.m.

◆ i

for i
Initial value:
= 1 : length(av_files)
if(~isempty(strfind(av_files(i).name, trackerLagFilename)))
TrackerFileName = av_files(i).name
trackerLagFilename
Definition: ReadTrackerLag.m:8
for i
av_files
Definition: ReadTrackerLag.m:4

Definition at line 10 of file ReadTrackerLag.m.

◆ isValid

isValid = false

Definition at line 6 of file ReadTrackerLag.m.

◆ maxCalibrationError

maxCalibrationError = str2num(V.ATTRIBUTE.MaxCalibrationError)

Definition at line 24 of file ReadTrackerLag.m.

◆ trackerLag

trackerLag = 0

Definition at line 5 of file ReadTrackerLag.m.

◆ trackerLagFilename

trackerLagFilename = 'TemporalCalibrationResults.xml'

Definition at line 8 of file ReadTrackerLag.m.

◆ V

V = xml_parseany(xmlstr)

Definition at line 21 of file ReadTrackerLag.m.

◆ xmlstr

xmlstr = fileread([rootFolder, '\', trackerLagFilename])

Definition at line 20 of file ReadTrackerLag.m.