Bases: penelopetools.api.result._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: Characteristic photon spectra (PhotonCharacteristicSpectra)
- photonspectra_convoluted: Convoluted photon spectra (PhotonConvolutedSpectra)
- log: Log of the last dump (LogTail)
Parameters: | path – folder containing the simulation results |
---|
Energy distribution of backscattered and transmitted electrons and photons.
Return type: | Energy |
---|
Log of the last dump.
Return type: | LogTail |
---|
Photon spectra with only Bremsstrahlung photons.
Return type: | PhotonBremsstrahlungSpectra |
---|
Characteristic photon spectra: spectra with only the X-ray peaks (i.e. no background). A spectrum is returned for each detector.
Return type: | PhotonCharacteristicSpectra |
---|
Convoluted photon spectra: full photon spectra where the X-ray peaks are convoluted to simulate real spectra collected by an EDS detector. A spectrum is returned for each detector.
Return type: | PhotonFluorescenceSpectra |
---|
Full photon spectra: spectra with the X-ray peaks and background. A spectrum is returned for each detector.
Return type: | PhotonFullSpectra |
---|