From: Carsten Niehaus Date: Mon, 18 Jul 2005 11:57:09 +0000 (+0000) Subject: add some info about the units X-Git-Tag: v3.80.2~300^2~50 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=f9922770167af695ce8a883c604726ef1f5b401d;p=libqmvoc.git add some info about the units svn path=/trunk/KDE/kdeedu/kalzium/src/spectrum.h; revision=435846 --- diff --git a/kalzium/src/spectrum.h b/kalzium/src/spectrum.h index ccb8c6b..3687625 100644 --- a/kalzium/src/spectrum.h +++ b/kalzium/src/spectrum.h @@ -61,11 +61,22 @@ class Spectrum */ struct band { + ///in Angstrom (1/10 nm) double wavelength; + + ///Transition Probabilities + ///10^8s-1 (1000000000 per second) double aki; + + ///per centimeter double energy1; + + ///per centimeter double energy2; + + ///relative. The highest is per definition 1000 int intensity; + QString electronconfig1; QString electronconfig2; QString term1;