C# Class Data.EDM.Block

Inheritance: System.MarshalByRefObject
Show file Open project: ColdMatter/EDMSuite Class Usage Examples

Public Properties

Property Type Description
Version int
detectors List

Private Properties

Property Type Description

Public Methods

Method Description
GetAverageTOF ( int index ) : TOF
GetSPData ( string channel ) : List
GetSwitchTOFs ( string switches, int index ) : TOF[]
GetSwitchTOFs ( string switches, int index, bool normed ) : TOF[]
GetTOFIntegralArray ( int index, double startTime, double endTime ) : double[]
GetTOFMeanArray ( int index, double startTime, double endTime ) : double[]
Normalise ( GatedDetectorExtractSpec normGate ) : void
SetTimeStamp ( ) : void
TOFuliseSinglePointData ( string channelsToTOFulise ) : void

Method Details

GetAverageTOF() public method

public GetAverageTOF ( int index ) : TOF
index int
return TOF

GetSPData() public method

public GetSPData ( string channel ) : List
channel string
return List

GetSwitchTOFs() public method

public GetSwitchTOFs ( string switches, int index ) : TOF[]
switches string
index int
return TOF[]

GetSwitchTOFs() public method

public GetSwitchTOFs ( string switches, int index, bool normed ) : TOF[]
switches string
index int
normed bool
return TOF[]

GetTOFIntegralArray() public method

public GetTOFIntegralArray ( int index, double startTime, double endTime ) : double[]
index int
startTime double
endTime double
return double[]

GetTOFMeanArray() public method

public GetTOFMeanArray ( int index, double startTime, double endTime ) : double[]
index int
startTime double
endTime double
return double[]

Normalise() public method

public Normalise ( GatedDetectorExtractSpec normGate ) : void
normGate GatedDetectorExtractSpec
return void

SetTimeStamp() public method

public SetTimeStamp ( ) : void
return void

TOFuliseSinglePointData() public method

public TOFuliseSinglePointData ( string channelsToTOFulise ) : void
channelsToTOFulise string
return void

Property Details

Version public property

public int Version
return int

detectors public property

public List detectors
return List