C# Class Analysis.EDM.DemodulatedBlock

显示文件 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_oe property

public List ChannelValues
return List

Config public_oe property

public BlockConfig,EDMConfig Config
return EDMConfig.BlockConfig

DemodulationConfig public_oe property

public DemodulationConfig,Analysis.EDM DemodulationConfig
return DemodulationConfig

DetectorCalibrations public_oe property

public Dictionary DetectorCalibrations
return double>.Dictionary

DetectorIndices public_oe property

public Dictionary DetectorIndices
return int>.Dictionary

NormFourier public_oe property

public DetectorFT,Analysis.EDM NormFourier
return DetectorFT

TimeStamp public_oe property

public DateTime,System TimeStamp
return System.DateTime