Uses of Class
de.gsi.math.spectra.TSpectrum.Direction
-
Packages that use TSpectrum.Direction Package Description de.gsi.math.spectra -
-
Uses of TSpectrum.Direction in de.gsi.math.spectra
Methods in de.gsi.math.spectra that return TSpectrum.Direction Modifier and Type Method Description static TSpectrum.DirectionTSpectrum.Direction. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TSpectrum.Direction[]TSpectrum.Direction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.gsi.math.spectra with parameters of type TSpectrum.Direction Modifier and Type Method Description static double[]TSpectrum. background(double[] source, double[] destination, int length, int numberIterations, TSpectrum.Direction direction, TSpectrum.FilterOrder filterOrder, TSpectrum.SmoothWindow smoothing, boolean compton)ONE-DIMENSIONAL BACKGROUND ESTIMATION FUNCTION - GENERAL FUNCTION This function calculates background spectrum from source spectrum.protected static voidTSpectrum. filterBackgroundOrder2(double[] workingSpace, int length, int numberIterations, TSpectrum.Direction direction, TSpectrum.SmoothWindow smoothing)protected static voidTSpectrum. filterBackgroundOrder4(double[] workingSpace, int length, int numberIterations, TSpectrum.Direction direction, TSpectrum.SmoothWindow smoothing)protected static voidTSpectrum. filterBackgroundOrder6(double[] workingSpace, int length, int numberIterations, TSpectrum.Direction direction, TSpectrum.SmoothWindow smoothing)protected static voidTSpectrum. filterBackgroundOrder8(double[] workingSpace, int length, int numberIterations, TSpectrum.Direction direction, TSpectrum.SmoothWindow smoothing)
-