Class GRGSFormatReader

java.lang.Object
org.orekit.forces.gravity.potential.PotentialCoefficientsReader
org.orekit.forces.gravity.potential.GRGSFormatReader
All Implemented Interfaces:
DataLoader

public class GRGSFormatReader extends PotentialCoefficientsReader
Reader for the GRGS gravity field format.

This format was used to describe various gravity fields at GRGS (Toulouse).

The proper way to use this class is to call the GravityFieldFactory which will determine which reader to use with the selected gravity field file.

Author:
Luc Maisonobe
See Also:
  • Constructor Details

    • GRGSFormatReader

      @DefaultDataContext public GRGSFormatReader(String supportedNames, boolean missingCoefficientsAllowed)
      Simple constructor.

      This constructor uses the default data context.

      Parameters:
      supportedNames - regular expression for supported files names
      missingCoefficientsAllowed - if true, allows missing coefficients in the input data
      See Also:
    • GRGSFormatReader

      public GRGSFormatReader(String supportedNames, boolean missingCoefficientsAllowed, TimeScale timeScale)
      Simple constructor.
      Parameters:
      supportedNames - regular expression for supported files names
      missingCoefficientsAllowed - if true, allows missing coefficients in the input data
      timeScale - to use when parsing dates.
      Since:
      10.1
  • Method Details