Differences
This shows you the differences between two versions of the page.
documentation:language_reference:objects:spectra:properties:gamma [2016/09/29 11:33] – created Maurits W. Haverkort | documentation:language_reference:objects:spectra:properties:gamma [2016/10/10 09:41] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== 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 [[documentation: | ||
+ | ### | ||
+ | |||
+ | ==== Input ==== | ||
+ | <code Quanty Example.Quanty> | ||
+ | dofile(" | ||
+ | print(G.Gamma) | ||
+ | </ | ||
+ | |||
+ | ==== Result ==== | ||
+ | <file Quanty_Output> | ||
+ | { 0.1 , 0.1 , 0.1 } | ||
+ | </ | ||
+ | |||
+ | |||
+ | |||
+ | ===== Available functions ===== | ||
+ | {{indexmenu> | ||
+ | |||
+ | ===== Available methods ===== | ||
+ | {{indexmenu> | ||
+ | |||
+ | ===== Available properties ===== | ||
+ | {{indexmenu> |