 
Bases: penelopetools.api.figure._Figures
All the figures from the PENEPMA and PENEPMA2010 simulation results. The figures are created from the PENEPMA/PENEPMA2010 results (Results). They can be access via attributes.
The following figures are created:
- energy_distribution: Energy distribution (Energy)
- angular_distribution: Angular distribution (Angular)
- photonspectra: Full photon spectra (PhotonSpectra)
- photonspectra_convoluted: Convoluted photon spectra (PhotonConvolutedSpectra)
| Parameters: | results (Results) – results | 
|---|
Energy distribution of backscattered and transmitted electrons and photons.
| Return type: | Energy | 
|---|
Full photon spectra: spectra with the X-ray peaks and background. A spectrum figure is returned for each detector.
| Return type: | PhotonSpectra | 
|---|
Photon spectra with only Bremsstrahlung photons.
| Return type: | PhotonBremsstrahlungSpectra | 
|---|
Convoluted photon spectra: full photon spectra where the X-ray peaks are convoluted to simulate real spectra collected by an EDS detector. A spectrum figure is returned for each detector.
| Return type: | PhotonConvolutedSpectra | 
|---|
Save all figures.