Enum types for units for display and conversion. More...
Enum types for units for display and conversion.
In PyPO, the default spatial unit is millimeters and the default angular unit is degrees. For plotting purposes, it is possible to scale the units on the axes. These special options can be used to specify units on plotting axes.
Options:
M : Set unit to meters
CM : Set unit to centimeters
MM : Set unit to millimeters (default unit)
UM : Set unit to micrometers
NM : Set unit to nanometers
IN : Set unit to inches
MIL/THOU: Set unit to thousandths of an inch
UIN : Set unit to microinches
FT : Set unit to feet
DEG : Set unit to degrees. Use for far-fields only
AM : Set unit to arcminutes. Use for far-fields only
AS : Set unit to arcseconds. Use for far-fields only
RAD : Set unit to radians. Use for far-fields only
MRAD : Set unit to milliradians. Use for far-fields only
URAD : Set unit to microradians. Use for far-fields only