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:
- energy_distribution: Energy distribution (Energy)
- angular_distribution: Angular distribution (Angular)
- photonspectra_full: Full photon spectra (PhotonFullSpectra)
- photonspectra_characteristic: Convoluted photon spectra (PhotonConvolutedSpectra)
- log: Log of the last dump (LogTail)
Parameters: | path – folder containing the simulation results |
---|
Probability of emission of bremsstrahlung photons.
Return type: | Bremsstrahlung |
---|
Table of generated photon intensity.
Return type: | GeneratedIntensityTable |
---|
Tables of photon characteristic intensities as detected by each detector.
Return type: | IntensityTables |
---|
Log of the last dump.
Return type: | LogTail |
---|