pyPENELOPE

distribution – Results of the electron and photon distribution

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

class penelopetools.api.result.penepma.distribution.Angular(path)

Bases: penelopetools.api.result._Results

Angular distribution results for the emerging electrons and photons.

The following distribution are part of the results. Each distribution is a _AngularResult.

Parameters:path – folder containing the simulation results
emerging_electrons

Emerging electrons distribution.

Return type:_AngularResult
emerging_photons

Emerging photons distribution.

Return type:_AngularResult
save(path=None, suffix='')
class penelopetools.api.result.penepma.distribution.Energy(path)

Bases: penelopetools.api.result._Results

Energy distribution results for backscattered and transmitted electrons and photons.

The following distribution are part of the results. Each distribution is a _EnergyResult.

Parameters:path – folder containing the simulation results
backscattered_electrons

Backscattered electrons distribution.

Return type:_EnergyResult
backscattered_photons

Backscattered photons distribution.

Return type:_EnergyResult
save(path=None, suffix='')
transmitted_electrons

Transmitted electrons distribution.

Return type:_EnergyResult
transmitted_photons

Transmitted photons distribution.

Return type:_EnergyResult