coordinates#

Coordinate system support in PyMetric.

The coordinates module handles all of the different coordinate systems inPyMetric as well as the backend theory, symbolic manipulations, etc. required to make each system usable for physical systems. For a detailed guide to this module and its contents, see Coordinate Systems: General Info.

Modules

base

Base classes and metaclass infrastructure for defining coordinate systems inPyMetric.

coordinate_systems

Built-in coordinate system classes.

core

Core coordinate system classes for user / developer subclassing.

mixins

Mixin classes for extending coordinate system capabilities.