Class DOPComputation


  • public class DOPComputation
    extends Object
    Orekit tutorial for DOP computation.

    This tutorial shows a basic usage for computing the DOP over a geographic zone and for a period.

    It uses a SEM almanac file to get GPS orbital data in order to configure the GPS propagators used for the DOP computation.

    It uses the tessellation of the geographic zone to get the points on which DOP is computed.

    Author:
    Pascal Parraud
    • Method Detail

      • main

        public static void main​(String[] args)
        Program entry point.
        Parameters:
        args - program arguments (unused here)