emission_angle_distribution module
Define an object to store an emission angle distribution.
- class EmissionAngleDistribution(population, data)
Bases:
EmissionDataAn emission angle distribution.
Instantiate the data.
- Parameters:
population (
Literal['SE','EBE','IBE','all']) – The concerned population of electrons.data (
DataFrame) – Structure holding the data. Must have anAngle [deg]column holding PEs angle. And one or several columnstheta [deg], wherethetais the value of the incidence angle and content is corresponding emission angle.
- classmethod from_filepath(population, loader, *filepath)
Instantiate the data from files.