Class AbstractGaussianContribution.FieldIntegrableFunction<T extends CalculusFieldElement<T>>

    • Constructor Detail

      • FieldIntegrableFunction

        public FieldIntegrableFunction​(FieldSpacecraftState<T> state,
                                       boolean meanMode,
                                       int j,
                                       T[] parameters,
                                       Field<T> field)
        Build a new instance with a new field.
        Parameters:
        state - current state information: date, kinematics, attitude
        meanMode - if true return the value associated to the mean elements variation, if false return the values associated to the short periodic elements variation
        j - the j index. used only for short periodic variation. Ignored for mean elements variation.
        parameters - values of the force model parameters (only 1 values for each parameters corresponding to state date) obtained by calling the extract parameter method DSSTForceModel.extractParameters(double[], AbsoluteDate) to selected the right value for state date or by getting the parameters for a specific date
        field - field utilized by default