Interface ParametricModelEffect

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ParametricModelEffect
Functional interface for parametric models.
Since:
11.2
Author:
Luc Maisonobe
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    Evaluate the parametric model effect.
  • Method Details

    • evaluate

      double evaluate(Observer station, SpacecraftState state)
      Evaluate the parametric model effect.
      Parameters:
      station - station
      state - spacecraft state
      Returns:
      the measurement error due to parametric model