pyPENELOPE

distribution – Figures of the electron and photon distribution

Inheritance diagram of penelopetools.api.figure.penepma.distribution

class penelopetools.api.figure.penepma.distribution.Angular(results)

Bases: penelopetools.api.figure._Figures

Angular distribution figures of emerging electrons and photons. The figures are drawn from the angular distribution results (Angular).

The following figures are drawn from the distributions. Each figure is a _AngularFigure.

Parameters:results (Angular) – results
emerging_electrons

Emerging electrons distribution figure.

Return type:_AngularFigure
emerging_photons

Emerging photons distribution figure.

Return type:_AngularFigure
save(path=None, suffix='', format=['png'])

Save all figures.

class penelopetools.api.figure.penepma.distribution.Energy(results)

Bases: penelopetools.api.figure._Figures

Energy distribution figures for backscattered and transmitted electrons and photons. The figures are drawn from the energy distribution results (Energy).

The following figures are drawn from the distributions. Each figure is a _EnergyFigure.

Parameters:results (Energy) – results
backscattered_electrons

Backscattered electrons distribution figure.

Return type:_EnergyFigure
backscattered_photons

Backscattered photons distribution figure.

Return type:_EnergyFigure
save(path=None, suffix='', format=['png'])

Save all figures.

transmitted_electrons

Transmitted electrons distribution figure.

Return type:_EnergyFigure
transmitted_photons

Transmitted photons distribution figure.

Return type:_EnergyFigure