intCal
Top  Previous  Next

intCal ( integer Image )

Use this function to open the Intensity Calibration dialog box. Equivalent to selecting the Intensity Calibration command in the Measure menu. Intensity calibration supplies a scale for pixel values to establish intensity units of physical world used in intensity measurements. The dialog lets the user edit and/or apply an existing intensity calibration scale to an image or create a new scale.

Parameters
 
Name  
 
A string specifying the name of a previously saved calibration scale that will be used as the default scale.  
 
Error flags
 
ERR_OK  
 
The flag set if successful.  
 
ERR_FAILED  
 
The flag set if failed.  

Example
 
defIntCal("scale_OD")  
 
Remark
 
To create and store calibration scales, use the with spaceCal function or the Intensity Calibration command from the Measure menu. For more information refer to ImageWarp User's Guide.  
.