Calibration Function Add-On

Tools are used to edit, modify and view data of “Treatment Objects”. The available tool types are Treatment Object specific and offered in each of the treatment case tree nodes as shown below.

Implementations

  • Image viewer and editor - Standard tool for images to edit and view image data
  • Image comparer - Tool to compare two bitmaps with each other pixel by pixel (value by value).
  • Calibration tool - Correlates and edit calibration data.
  • Image fusion - Tool to perform basic arithmetic with images

Other tool types are available.

Add-On Interface

Interface Source AdMatFilmQaWinCtrl.dll
Name space FilmQaWinCtrl
Interface ITreatmentObjectContainerClientWinCtrl
ITreatmentCaseRef
Base class BaseControlTreatmentObjectContainerClient
Interface elements:  
  TreatmentCase
Treatment case object
  TreatmentCaseChange Event occurs when treatment case has changed

 

Download C# Template

Calibration functions are used to correlate calibration data. Dose vs color channel value tables, to differential, invertible functions. The available calibration function types are offered when correlating calibration data in the “Calibration tool” as shown below.

Available Implementations

  • Color reciprocal vs dose - X(D)=A+B/(D-C), X=R, G, B.
  • Color rational (linear) - X(D)=(A+B D)/(D+C), X=R, G, B.
  • Color rational (quadratic) - X(D)=(A+B D + C D^2)/(D+E), X=R, G, B.

Other calibration function types are available.

Add-On Interface

Interface Source AdMatFilmQaWinCtrl.dll
Name space FilmQaWinCtrl
Interface N/A
Base class CalibrationEquation
Interface elements:  
  CalibrationMinNumOfPoints Gets minimum number of data points to correlate data.
  Correlate Corelates specified calibration points
  CalibrationFunction Gets correlated calibration function
  CalibrationFunctionChanged Event occurs when name of this CalibrationFunction object has changed.
  UnitIdTarget Unit id of the calibration target, i.e. unit id of calibration data.
  UnitIdTargetChanged Event occurs when name of this UnitIdTarget object has changed..

 

Download C# Template