pyPENELOPE

penepma2011 – All the results from a PENEPMA2011 simulation

Inheritance diagram of penelopetools.api.result.penepma2011

class penelopetools.api.result.penepma2011.Results(path)

Bases: penelopetools.api.result.penepma.Results

All the results output by a PENEPMA and PENEPMA2010 simulation. They can be access via attributes. The following results are read:

Parameters:path – folder containing the simulation results
bremsstrahlung

Probability of emission of bremsstrahlung photons.

Return type:Bremsstrahlung
generated_intensity_table

Table of generated photon intensity.

Return type:GeneratedIntensityTable
intensity_tables

Tables of photon characteristic intensities as detected by each detector.

Return type:IntensityTables
log

Log of the last dump.

Return type:LogTail
phirhozs

Phi-rho-z distributions.

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