C# 클래스 WaveMeter.NewWavemeterfitterhelper

파일 보기 프로젝트 열기: ColdMatter/EDMSuite 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Datapoints double[]
Position double[]
imagedata double[]

공개 메소드들

메소드 설명
Fittedparameter ( ) : void
Fittedvalues ( ) : double[]
Fitting ( ) : double[]
Guesstheparameters ( ) : double[]
NewWavemeterfitterhelper ( ) : System
fndwidth ( ) : double
outputParameters ( string text ) : void

비공개 메소드들

메소드 설명
findcenter ( ) : int
findmaximum ( ) : double
findminimum ( ) : double

메소드 상세

Fittedparameter() 공개 메소드

public Fittedparameter ( ) : void
리턴 void

Fittedvalues() 공개 메소드

public Fittedvalues ( ) : double[]
리턴 double[]

Fitting() 공개 메소드

public Fitting ( ) : double[]
리턴 double[]

Guesstheparameters() 공개 메소드

public Guesstheparameters ( ) : double[]
리턴 double[]

NewWavemeterfitterhelper() 공개 메소드

public NewWavemeterfitterhelper ( ) : System
리턴 System

fndwidth() 공개 메소드

public fndwidth ( ) : double
리턴 double

outputParameters() 공개 정적인 메소드

public static outputParameters ( string text ) : void
text string
리턴 void

프로퍼티 상세

Datapoints 공개적으로 프로퍼티

public double[] Datapoints
리턴 double[]

Position 공개적으로 프로퍼티

public double[] Position
리턴 double[]

imagedata 공개적으로 프로퍼티

public double[] imagedata
리턴 double[]