satkit.utils.quantity_init

Package for pint Quantity object initialisers.

Classes

QuantityInit()

Helper class to initialise Orekit objects with pint Quantity support.

class QuantityInit[source]

Helper class to initialise Orekit objects with pint Quantity support.

static geodetic_point(latitude, longitude, altitude)[source]

Initialises an Orekit GeodeticPoint object with units support.

Return type

GeodeticPoint

Parameters
  • latitude (float | pint.registry.Quantity) – Geodetic latitude [rad]

  • longitude (float | pint.registry.Quantity) – Geodetic longitude [rad]

  • altitude (float | pint.registry.Quantity) – Altitude over the ellipsoid [m]

Returns

Geodetic point on the ellipsoid

Return type

geodetic_point