Description
Gets or sets the intensity calibration status flags.
-
Property type
-
A mccfCalibFlags enumeration.
-
Syntax
-
object.Flags [= value]
The Flags Property syntax has these parts: Settings The settings for value are:
 | mccfIsReference | 1 |
If set, the calibration is a reference calibration
|
 | mccfIsSystem | 2 |
If set, the calibration is the system calibration
|
 | mccfWasDerived | 256 |
If set, the calibration was derived from another calibration masks
|
 | mccfUserFlags | -65536 |
Flags for use by user
|
 | mccfAddFlags | -65281 |
All unmasked flags are ignored by AddEx and Flags property assignment
|
 | mccfNoFlags | 0 | |
 | mccfAllFlags | -1 | |
Remarks
There are several types of intensity calibrations. Reference calibrations typically correspond to the optical characteristics of your samples, and are persisted from one application session to the next. The system calibration is the currently selected Reference calibration.
The Flags property returns a combination of the mccfCalibFlags flags.
It is not recommended to set the System Calibration by setting the System Calibration flag - use the SystemCalibration property of the calibrations collection instead.
|