Skip to main content

Python package for OSVE

Project description

Operations Simulation & Validation Engine (OSVE)

Introduction

OSVE is Python package that incorporates a C/C++ library to assist the Detailed Science Planning process of JUICE by the Science Operations Center (SOC) to implement the Science Activity Plan of the mission.

Its main functionality is to simulate and validate the S/C pointing timeline, instrument timeline and to perform operational constraint checks and assessment of Power and Data Volume resources.

AGM & EPS Libraries

OSVE's core includes the Experiment Planning System (EPS) and the Attitude Generator Module (AGM) C/C++ software applications developed by TEC (ESTEC) and PSS (ESAC) that have been used to implement the science planning and conduct in-flight science operations for ESA's Venus Express, Mars Express, Rosetta, Solar Orbiter, and BepiColombo missions.

Documentation (Not Available)

A detailed documentation is available with a thorough description of OSVE, the API documentation is also included and is automatically generated from the content of the docs directory and from the docstrings of the public signatures of the source code.

Additional documentation is available at the JUICE SOC Toolkit Help.

Installation

OSVE is available from the Python Package Index repository. Install it by running the following command:

pip install osve

Using the Library

After installing the library can be used with the Python Shell or with its CLI.

Python Shell

A basic test of the library contents can be done as follows:

from osve import osve
sim = osve.osve()
version = sim.get_app_version()
print(version)

Command line Interface

The package has a CLI entry point:

usage: osve [-h] -r ROOTPATH -s SESSIONFILE

JUICE Operations Simulation & Validation Engine (OSVE) command line interface

optional arguments:
  -h, --help            show this help message and exit
  -r ROOTPATH, --RootPath ROOTPATH
                        Top level path of the scenario file_path to be used to resolve the relative paths
  -s SESSIONFILE, --SessionFile SESSIONFILE
                        Location and name of the session file containing all the scenarios files

JUICE SOC Tools using OSVE

There are a number of JUICE SOC tools that make usage of OSVE. The most remarkable public ones are listed hereunder:

  • PTWrapper Acts as a wrapper to simplify the usage of OSVE to simulate a Pointing Timeline and generate the Attitude as a SPICE CK to assist the Pointing Timeline Harmonisation of the Detailed Scenario process.
  • juice-phs Exploits and uses the OSVE capabilities to assist the Instrument Timeline Harmonisation of the Detailed Scenario process.

OSVE Session File

The OSVE Session File is a text file in JSON format intended to specify to OSVE the settings or parameters to use during initialisation, simulation and reporting steps.

The JSON file is structured with the following objects:

  • sessionConfiguration Main session object containing the specified OSVE settings.
    • source Defines the source or the origin of the data used for this OSVE execution.
    • simulationConfiguration Defines the simulation settings for the OSVE execution.
    • attitudeSimulationConfiguration Defines the attitude simulation settings used by AGM during the OSVE execution. If not specified, OSVE will run the simulation without using AGM.
      • kernelsList Defines SPICE kernels settings for being used by AGM during the OSVE execution.
    • instrumentSimulationConfiguration Defines the instrument simulation settings for being used by EPS during the OSVE execution. In not specified, OSVE will run the simulation without EPS.
    • inputFiles Defines the input files for the OSVE execution.
      • modellingConfiguration Defines the Experiment modelling files for being used by EPS.
    • outputFiles Defines the output files that OSVE will generate after the execution.
    • logging Defines the logging parameters of OSVE.

A template of the Session file with a description of each parameter is available at session-file. In the JSON file keywords are mandatory unless specified as [OPTIONAL]. Some keywords are labeled as [NOT_USED], this just remarks that this keyword is not useD by OSVE itself but can be used for traceability purposes.

Examples of Session files are provided in the test directories. E.g.: Minor Moons test scenario.

OSVE C++/C Library

The C++/C library for which the current Python package works as a wrapper for can also be directly used and linked with other applications. If this path is chosen it is recommended to inspect the source code of the Python Package to understand how to use it.

The libraries are available under the docs directory.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

osve-2.4.1-py3-none-any.whl (30.0 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page