Interface DTM2000InputParameters

    • Method Detail

      • getMinDate

        AbsoluteDate getMinDate()
        Gets the available data range minimum date.
        Returns:
        the minimum date.
      • getMaxDate

        AbsoluteDate getMaxDate()
        Gets the available data range maximum date.
        Returns:
        the maximum date.
      • getInstantFlux

        double getInstantFlux​(AbsoluteDate date)
        Get the value of the instantaneous solar flux.
        Parameters:
        date - the current date
        Returns:
        the instantaneous solar flux
      • getMeanFlux

        double getMeanFlux​(AbsoluteDate date)
        Get the value of the mean solar flux.
        Parameters:
        date - the current date
        Returns:
        the mean solar flux
      • getThreeHourlyKP

        double getThreeHourlyKP​(AbsoluteDate date)
        Get the value of the 3 hours geomagnetic index. With a delay of 3 hours at pole to 6 hours at equator using: delay=6-abs(lat)*0.033 (lat in deg.)
        Parameters:
        date - the current date
        Returns:
        the 3H geomagnetic index
      • get24HoursKp

        double get24HoursKp​(AbsoluteDate date)
        Get the last 24H mean geomagnetic index.
        Parameters:
        date - the current date
        Returns:
        the 24H geomagnetic index