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:

PartDescription
objectAn expression evaluating to an object of type McIntensityCalib.
valueA mccfCalibFlags enumeration, as described in settings.

Settings

The settings for value are:

ConstantValueDescription
 mccfIsReference1

If set, the calibration is a reference calibration

 mccfIsSystem2

If set, the calibration is the system calibration

 mccfWasDerived256

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

 mccfNoFlags0
 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.