Class IGSUtils


  • public class IGSUtils
    extends Object
    Utility for IGS files.
    Since:
    12.1
    Author:
    Luc Maisonobe
    • Method Detail

      • guessFrame

        @DefaultDataContext
        public static Frame guessFrame​(String name)
        Default string to Frame conversion for SP3Parser or RinexClockParser.

        This method uses the default data context. If the frame names has a form like IGS##, or ITR##, or ITRF##, or SLR##, where ## is a two digits number, then this number will be used to build the appropriate ITRFVersion. Otherwise (for example if name is UNDEF or WGS84), then a default ITRF will be created.

        Parameters:
        name - of the frame.
        Returns:
        ITRF based on 2010 conventions, with tidal effects considered during EOP interpolation
        Since:
        12.1
      • guessFrame

        public static Frame guessFrame​(Frames frames,
                                       String name)
        Default string to Frame conversion for SP3Parser or RinexClockParser.

        If the frame names has a form like IGS##, or ITR##, or ITRF##, or SLR##, where ## is a two digits number, then this number will be used to build the appropriate ITRFVersion. Otherwise (for example if name is UNDEF or WGS84), then a default ITRF will be created.

        Parameters:
        frames - frames factory
        name - of the frame.
        Returns:
        ITRF based on 2010 conventions, with tidal effects considered during EOP interpolation
        Since:
        12.1