Class MeasurementGenerator.TutorialMeasurementGeneration

  • Enclosing class:
    MeasurementGenerator

    public static class MeasurementGenerator.TutorialMeasurementGeneration
    extends Object
    Tutorial input data.
    • Constructor Detail

      • TutorialMeasurementGeneration

        public TutorialMeasurementGeneration()
    • Method Detail

      • getStartDate

        public String getStartDate()
        Get the start date for measurement generation.
        Returns:
        the start date for measurement generation.
      • setStartDate

        public void setStartDate​(String startDate)
        Set the start date for measurement generation.
        Parameters:
        startDate - start date for measurement generation
      • getEndDate

        public String getEndDate()
        Get the end date for measurement generation.
        Returns:
        the end date for measurement generation
      • setEndDate

        public void setEndDate​(String endDate)
        Set the end date for measurement generation.
        Parameters:
        endDate - end date for measurement generation
      • getStep

        public double getStep()
        Get the step for the measurement generation.
        Returns:
        the step for the measurement generation (s)
      • setStep

        public void setStep​(double step)
        Set the step for the measurement generation.
        Parameters:
        step - step for the measurement generation (s)
      • getOrbit

        public TutorialOrbit getOrbit()
        Get the orbit data.
        Returns:
        the orbit data
      • setOrbit

        public void setOrbit​(TutorialOrbit orbit)
        Set the orbit data.
        Parameters:
        orbit - orbit data
      • getSpacecraft

        public TutorialSpacecraft getSpacecraft()
        Get the spacecraft data.
        Returns:
        the spacecraft data
      • setSpacecraft

        public void setSpacecraft​(TutorialSpacecraft spacecraft)
        Set the spacecraft data.
        Parameters:
        spacecraft - spacecraft data
      • getPropagator

        public TutorialPropagator getPropagator()
        Get the propagator data.
        Returns:
        the propagator data
      • setPropagator

        public void setPropagator​(TutorialPropagator propagator)
        Set the propagator data.
        Parameters:
        propagator - propagator data
      • getBody

        public TutorialBody getBody()
        Get the body data.
        Returns:
        the body data
      • setBody

        public void setBody​(TutorialBody body)
        Set the body data.
        Parameters:
        body - body data
      • getMeasurements

        public TutorialMeasurements getMeasurements()
        Get the measurement data.
        Returns:
        the measurement data
      • setMeasurements

        public void setMeasurements​(TutorialMeasurements measurements)
        Set the measurement data.
        Parameters:
        measurements - measurement data
      • getOutputBaseName

        public String getOutputBaseName()
        Get the name of the output measurement file.
        Returns:
        the name of the output measurement file
      • setOutputBaseName

        public void setOutputBaseName​(String outputBaseName)
        Set the name of the output measurement file.
        Parameters:
        outputBaseName - name of the output measurement file