C# Class Analysis.EDM.DemodulatedBlock

Show file Open project: ColdMatter/EDMSuite Class Usage Examples

Public Properties

Property Type Description
ChannelValues List
Config EDMConfig.BlockConfig
DemodulationConfig DemodulationConfig
DetectorCalibrations double>.Dictionary
DetectorIndices int>.Dictionary
NormFourier DetectorFT
TimeStamp System.DateTime

Public Methods

Method Description
GetChannelValueAndError ( string switches, string detector ) : double[]
GetSpecialChannelValueAndError ( string name, string detector ) : double[]

Method Details

GetChannelValueAndError() public method

public GetChannelValueAndError ( string switches, string detector ) : double[]
switches string
detector string
return double[]

GetSpecialChannelValueAndError() public method

public GetSpecialChannelValueAndError ( string name, string detector ) : double[]
name string
detector string
return double[]

Property Details

ChannelValues public property

public List ChannelValues
return List

Config public property

public BlockConfig,EDMConfig Config
return EDMConfig.BlockConfig

DemodulationConfig public property

public DemodulationConfig,Analysis.EDM DemodulationConfig
return DemodulationConfig

DetectorCalibrations public property

public Dictionary DetectorCalibrations
return double>.Dictionary

DetectorIndices public property

public Dictionary DetectorIndices
return int>.Dictionary

NormFourier public property

public DetectorFT,Analysis.EDM NormFourier
return DetectorFT

TimeStamp public property

public DateTime,System TimeStamp
return System.DateTime