Class PositionBuilder

    • Constructor Detail

      • PositionBuilder

        public PositionBuilder​(CorrelatedRandomVectorGenerator noiseSource,
                               double sigma,
                               double baseWeight,
                               ObservableSatellite satellite)
        Simple constructor.
        Parameters:
        noiseSource - noise source, may be null for generating perfect measurements
        sigma - theoretical standard deviation
        baseWeight - base weight
        satellite - satellite related to this builder
    • Method Detail

      • build

        public Position build​(SpacecraftState[] states)
        Generate a single measurement.
        Parameters:
        states - all spacecraft states (i.e. including ones that may not be relevant for the current builder)
        Returns:
        generated measurement