- BaseFigure
- base class for all figures
- BaseSpectrumFigure
- template spectrum
- SingleMoleculeSpectraFigure
- spectra of a single molecule
- RamanROADegcircCalcFigure
- Raman/ROA spectra of a single molecule
- RamanROADegcircCalcMixtureFigure
- Raman/ROA spectra of a mixture
- IRVCDCalcFigure
- IR/VCD/g spectra for a single molecule
- IRVCDCalcMixtureFigure
- IR/VCD spectra of a mixture
- MultipleSpectraFigure
- spectra for several molecules
- RamanROADegcircExpFigure
- experimental Raman/ROA spectra
- IRExpFigure
- experimental IR spectra
- PercentageFigure
- showing composition as a bar chart
- DCMSumsFigure
- sums of internuclear distances
- VOASimilarityCurvesFigure
- Raman/ROA similarity curves
- VibLocalizationsFigure
- localizations of vibrations on a fragment
- CumulatedNormalizedVibSumsFigure
- calculated cumulated normalized vibrational sums of VROA
- ExpROACumulatedNormalizedSumsFigure
- experimental cumulated normalized sums of ROA intensities
Author: | Maxim Fedorovsky |
---|
Base class for all figures.
This class defines a set of protected methods which are called in the constructor in the following sequence:
- _init_vars()
- initialize some variables
- _declare_properties()
- declare properties of the widget
- _bind_events()
- bind events
These methods are intended to be overridden in subclasses. The base class implementations do nothing.
Initializer of the class.
Parameter: | master – parent widget |
---|
Accepts all keywords arguments of the matplotlib.figure.Figure initializer.
Save the figure.
Parameters: |
|
---|
Template spectrum.
The plotting region is be defined in the class.
Initializer of the class.
Parameter: | master – parent widget |
---|
Get a reference of an axes.
Parameter: | name – ‘axes_%s’ % name key should be in the internal dictionary |
---|
Save the figure.
Parameters: |
|
---|
Spectra of a single molecule. The spectra consist of three parts.
Initializer of the class.
Parameters: |
|
---|
Accepts all the keyword arguments of the base class.
Calculated Raman/ROA/Degree of circularity spectra.
If you want to use Arial fonts, install it: apt-get install msttcorefonts
Initializer of the class.
Parameters: |
|
---|
Get the scattering type as integer.
Parameter: | scat_string – one of resources.STRINGS_SCATTERING_TYPES |
---|
Return the TeX source for the spectra label.
Parameters: |
|
---|
Return the TeX source for the units.
Parameters: |
|
---|
Plot the spectra.
Parameters: |
|
---|
Calculated Raman/ROA/Degree of circularity spectra of a mixture of molecules.
Initializer of the class.
Parameters: |
|
---|
Plot the spectra of a mixture of the molecules.
Parameters: |
|
---|
Calculated IR/VCD/g spectra.
Initializer of the class.
Parameters: |
|
---|
Return the TeX source for the spectra label.
Parameters: |
|
---|
Return the TeX source for the spectra units.
Parameters: |
|
---|
Plot the spectra.
Parameters: |
|
---|
Calculated IR/VCD/g spectra of a mixture of molecules.
Initializer of the class.
Parameters: |
|
---|
Plot the spectra of a mixture of the molecules.
Parameters: |
|
---|
Plotting spectra of several molecules.
Initializer of the class.
Parameters: |
|
---|
Plot the spectra.
Parameters: |
|
---|
The method accepts all the keyword arguments of RamanROADegcircCalcFigure.plot_spectra().
Experimental Raman / ROA / Degree of circularity spectra.
Initializer of the class.
Parameters: |
|
---|
Accepts all the keyword arguments of the base class.
Return the TeX source for the spectra label.
Parameters: |
|
---|
Return the TeX source for the units.
Parameters: |
|
---|
Plot the spectra.
Parameters: |
|
---|
Process raw experimental data.
If requested the data are normalized to the laser energy, smoothed and despiked.
Parameters: |
|
---|---|
Returns: | X, raman_Y, roa_Y, degcirc_Y |
Infrared absorption figure.
Initializer of the class.
Parameters: |
|
---|
Accepts all the keyword arguments of the base class.
Return the TeX source for the spectrum label.
Parameters: |
|
---|
Plot the spectra.
Parameters: |
|
---|
Process raw experimental data.
If requested the data are smoothed and despiked.
Parameters: |
|
---|---|
Returns: | X, ir_Y |
Bar chart figure for representing e.g. composition of a mixture.
Initializer of the class.
Parameters: |
|
---|
Representing the sums of internuclear distances.
Initializer of the class.
Parameters: |
|
---|
Plot the sums of internuclear distances.
Parameters: |
|
---|
Raman/ROA similarity curves for single intervals.lues
Initializer of the class.
Parameters: |
|
---|
Representing the localizations of vibrations on a fragment.
Initializer of the class.
Parameters: |
|
---|
Plot the localization of vibrations on the fragment.
Parameters: |
|
---|
Calculated cumulated normalized vibrational sums of VROA.
Initializer of the class.
Parameters: |
|
---|
plot the cumulated normalized vibrational sums.
Parameters: |
|
---|
Experimental cumulated normalized sums of ROA intensities.
Initializer of the class.
Parameters: |
|
---|
Plot the experimental cumulated normalized sums of ROA.
Parameters: |
|
---|