PyPO User Manual
PyPO.Enums.Scales Class Reference

Enum types for units for setting scalings for quantities. More...

Inheritance diagram for PyPO.Enums.Scales:
PyPO.Enums.CustomEnumScalar

Static Public Attributes

int LIN = 0
 
int AMP = 1
 
int dB = 2
 

Additional Inherited Members

- Public Member Functions inherited from PyPO.Enums.CustomEnumScalar
def __str__ (self)
 

Detailed Description

Enum types for units for setting scalings for quantities.

This special option is used for specifying the scaling of the heatmap for 2D plots, but also for the scaling of beam cross-sections. In addition, the scaling argument sets the scale for fitting Gaussians. For example, using the scale argument, it is possible to fit a Gaussian to a beam pattern in linear, logarithmic and decibel space.

Options:
LIN : Set scaling mode to linear power
AMP : Set scaling mode to linear amplitude
dB : Set scaling to decibels


The documentation for this class was generated from the following file: