PsiScales

Contents

PsiScales#

PsiScales#

Literal type alias for the three PSI coordinate scale identifiers.

'r' or 'radius'

Radial coordinate in unit of solar radii (PSI_rsun).

't' or 'theta'

Co-latitude \(\theta\) in radians (PSI_angle).

'p' or 'phi'

Longitude \(\varphi\) in radians (PSI_angle).

alias of Literal[‘r’, ‘radius’, ‘t’, ‘theta’, ‘p’, ‘phi’]