Table of Contents
Gamma
table of double, read only
If G is a spectrum object G.Gamma returns a list of length G.N stating the original Lorenzian broadening used to calculate the spectra.
Example
Print the Lorenzian broadening used in the spectra calculated in the definitions file for spectra.
Input
- Example.Quanty
dofile("definitions.Quanty") print(G.Gamma)
Result
{ 0.1 , 0.1 , 0.1 }