"Conforming" of STCSpecs, i.e., bringing one to the system
and units of the other.
You can only conform STCSpecs rather than individual components, since
usually you need the whole information for the transformation (e.g.,
space and time for velocities.
|
iterSpatialChanges(baseSTC,
sysSTC,
slaComp=False)
yields changes to baseSTC to bring places and velocities to the
system and units of sysSTC. |
source code
|
|
|
|
|
conformUnits(baseSTC,
sysSTC)
returns baseSTC in the units of sysSTC. |
source code
|
|
|
conformSystems(baseSTC,
sysSTC,
relativistic=False,
slaComp=False)
conforms places and velocities in fromSTC with toSTC including
precession and reference frame fixing. |
source code
|
|
|
conform(baseSTC,
sysSTC,
**kwargs)
returns baseSTC in the units and the system of sysSTC. |
source code
|
|
|
|