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

Go to the source code of this file.

Functions

 set (gca, 'XTick', axisXRange(1):1:axisXRange(2))
 
 set (gca, 'YTick', axisYRange(1):0.005:axisYRange(2))
 
Write the tracker the mean tracker and the standard deviation of the tracker lags to file xlswrite ('PertinentStatistics', [(1:length(trackerLags))', trackerLags'])
 
 xlswrite ('PertinentStatistics', mean(trackerLags), 'C1:C1')
 
 xlswrite ('PertinentStatistics', std(trackerLags), 'C2:C2')
 

Variables

 axisXRange = xlim
 
 axisYRange = ylim
 
Plot of tracker lags vs trial number hTrackerLagData = line(1:length(trackerLags), trackerLags)
 
Get the tracker lags [trackerLags, calibrationErrors, maxCalibrationErrors] = exploreFolders(rootFolder, rootCodeFolder)
 
 meanCalibrationError = mean(calibrationErrors)
 
 meanTrackerLag = mean(trackerLags)
 
 rootCodeFolder = pwd
 
 rootFolder = '<folder containing the tests for a given imaging parameter set>'
 
 stdCalibrationError = std(calibrationErrors)
 
Get mean and standard deviation of the tracker lags and calibration errors stdTrackerLag = std(trackerLags)
 

Function Documentation

◆ set() [1/2]

set ( gca  ,
'XTick'  ,
axisXRange(1):1:axisXRange(2)   
)

◆ set() [2/2]

set ( gca  ,
'YTick'  ,
axisYRange(1):0.005:axisYRange(2)   
)

◆ xlswrite() [1/3]

Write the tracker the mean tracker and the standard deviation of the tracker lags to file xlswrite ( 'PertinentStatistics'  )

◆ xlswrite() [2/3]

xlswrite ( 'PertinentStatistics'  ,
mean(trackerLags ,
'C1:C1'   
)

◆ xlswrite() [3/3]

xlswrite ( 'PertinentStatistics'  ,
std(trackerLags ,
'C2:C2'   
)

Variable Documentation

◆ axisXRange

axisXRange = xlim

Definition at line 23 of file Main_GetTrackerLags.m.

◆ axisYRange

axisYRange = ylim

Definition at line 25 of file Main_GetTrackerLags.m.

◆ hTrackerLagData

Plot of tracker lags vs trial number hTrackerLagData = line(1:length(trackerLags), trackerLags)

Definition at line 22 of file Main_GetTrackerLags.m.

◆ lags

Write the tracker the mean tracker lags = exploreFolders(rootFolder, rootCodeFolder)

Definition at line 5 of file Main_GetTrackerLags.m.

◆ meanCalibrationError

meanCalibrationError = mean(calibrationErrors)

Definition at line 19 of file Main_GetTrackerLags.m.

◆ meanTrackerLag

meanTrackerLag = mean(trackerLags)

Definition at line 16 of file Main_GetTrackerLags.m.

◆ rootCodeFolder

rootCodeFolder = pwd

Definition at line 2 of file Main_GetTrackerLags.m.

◆ rootFolder

rootFolder = '<folder containing the tests for a given imaging parameter set>'

Definition at line 1 of file Main_GetTrackerLags.m.

◆ stdCalibrationError

stdCalibrationError = std(calibrationErrors)

Definition at line 18 of file Main_GetTrackerLags.m.

◆ stdTrackerLag

Get mean and standard deviation of the tracker lags and calibration errors stdTrackerLag = std(trackerLags)

Definition at line 15 of file Main_GetTrackerLags.m.