Table of Contents
dE
table of doubles, read only
If G is a spectrum object G.dE returns a list of length G.N stating the energy steps between points in the different spectra.
Example
Print the energy steps used in the spectra calculated in the definitions file for spectra.
Input
- Example.Quanty
dofile("definitions.Quanty") print(G.dE)
Result
{ 0.012 , 0.012 , 0.012 }