WELCOME TO THE GENOPUS WIKI : Différence entre versions

De Wiki
Aller à : navigation, rechercher
(DEPENDENCIES)
(JAVA DOC)
Ligne 72 : Ligne 72 :
 
* <font color=#556B2F>'''GENOPUS'''</font> is now internally used by CNES for most of expertise tools development as for other tools with a more operational role as [https://logiciels.cnes.fr/en/node/83?type=desc ELECTRA].
 
* <font color=#556B2F>'''GENOPUS'''</font> is now internally used by CNES for most of expertise tools development as for other tools with a more operational role as [https://logiciels.cnes.fr/en/node/83?type=desc ELECTRA].
 
* Some tutorials are available in the tutorials package.
 
* Some tutorials are available in the tutorials package.
 
== JAVA DOC ==
 
 
[{{PathCurrentJavaDoc}} Current Java Doc]<br />
 
[{{CurrentServer}}/uploads/JavaDocs/V2.1.1 Java Doc 2.1.1]<br />
 
[{{CurrentServer}}/uploads/JavaDocs/V2.0.1 Java Doc 2.0.1]<br />
 
[{{CurrentServer}}/uploads/JavaDocs/V2.0 Java Doc 2.0]<br />
 
[{{CurrentServer}}/uploads/JavaDocs/V1.3.1 Java Doc 1.3.1]<br />
 
[{{CurrentServer}}/uploads/JavaDocs/V1.3 Java Doc 1.3]<br />
 
[{{CurrentServer}}/uploads/JavaDocs/V1.2.1 Java Doc 1.2.1]
 

Version du 21 janvier 2020 à 14:39

Welcome to the GENOPUS wiki, a CNES library for building flight dynamics GUI. As it is coded in Java, this product is available for any kind of platforms owning a JVM.

DESCRIPTION

What is Genopus?

GENOPUS is a software library including widgets, written in Java by using GENIUS product and corresponding to flight dynamics objects available via PATRIUS Library.

Current version

The current version is: V2.1.1.

Previous versions

Describes evolutions thanks to previous versions.

USE IT

Where to get it?

Where to download it.

Quick start

First steps with GENOPUS

User Manual

How to use the most important widgets

DOCUMENTATION

Java Doc

Access to current and old Java doc.

Dependencies

Describes dependencies with other products.

News

List the main evolutions of this Wiki.

Training & Tutorials

Some training slides and tutorials.




WHAT IS GENOPUS?

GENOPUS is a software library including widgets, written in Java by using GENIUS product and corresponding to flight dynamics objects available via PATRIUS library. So, for example, we could find widgets allowing to:

  • Entry of a date with timescale and conversions.
  • Entry of orbit definition (date, frame, parameters) and conversions.
  • Entry of impulsive maneuver, continuous thrust maneuver or a sequence of maneuvers combining both types.
  • Entry of attitude laws individually or via a sequence of laws.
  • Entry of orbital events (eclipse …).
  • Entry of vehicle characteristics,
  • Entry of force models (potential, atmosphere, solar pressure radiation …).

Thus, this library allows getting very quickly complex flight dynamics widgets directly linked to [PATRIUS] objects.

GENOPUS is provided as Open Source under license Apache 2.0. JavaDoc is accessible via this site.

REMARKS

  • As it is coded in Java, this product is available for any kind of platforms owning Java. Nevertheless, it needs GENIUS and PATRIUS products.
  • GENOPUS is now internally used by CNES for most of expertise tools development as for other tools with a more operational role as ELECTRA.
  • Some tutorials are available in the tutorials package.