ECEF ==== This modifier converts the coordinates from MORSE simulator (in LTP) into ECEF-r coordinates. To work properly, you need to configure the following variables at the environment level: - **longitude** in degrees (double) of Blender origin - **latitude** in degrees (double) of Blender origin - **altitude** in m of the Blender origin The ECEF modifier provides as modifiers: * :py:class:`morse.modifiers.ecef.CoordinatesToECEF` * :py:class:`morse.modifiers.ecef.CoordinatesFromECEF` .. cssclass:: properties morse-section Configuration parameters for ECEF --------------------------------- *No configurable parameter.* .. cssclass:: files morse-section Sources of examples ------------------- - `Source code <../../_modules/morse/modifiers/ecef.html>`_ - `Unit-test <../../_modules/base/ecef_testing.html>`_ *(This page has been auto-generated from MORSE module morse.modifiers.ecef.)*