Table of Contents
Emax
table of double, read only
If G is a spectrum object G.Emax returns a list of length G.N stating the maximum energy included in the spectrum.
Example
Print the maximum energy used in the spectra calculated in the definitions file for spectra.
Input
- Example.Quanty
dofile("definitions.Quanty") print(G.Emax)
Result
{ 11 , 11 , 11 }