Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Analysis
TOFAccumulator
C# Class Analysis.TOFAccumulator
This class takes the average of a number of TOF curves. It keeps track of the mean and standard error for each point on the TOF. It keeps a running average and variance, so adding a TOF does not increase the memory usage.
ファイルを表示
Open project: ColdMatter/EDMSuite
Private Properties
Property
Type
Description
Public Methods
Method
Description
Add
(
TOF
t
) :
void
GetResult
( ) :
TOFWithError
Method Details
Add()
public
method
public
Add
(
TOF
t
) :
void
t
Data.TOF
return
void
GetResult()
public
method
public
GetResult
( ) :
TOFWithError
return
Data.TOFWithError