WELCOME TO THE OPERA WIKI : Différence entre versions

De Wiki
Aller à : navigation, rechercher
m (Admin a déplacé la page Accueil vers WELCOME TO THE OPERA WIKI)
Ligne 1 : Ligne 1 :
'''MediaWiki a été installé avec succès.'''
+
__NOTOC__
 +
== WHERE TO GET IT ? ==
  
Consultez le [//meta.wikimedia.org/wiki/Aide:Contenu Guide de l’utilisateur] pour plus d’informations sur l’utilisation de ce logiciel de wiki.
+
Up to now, OPERA is only available for CNES users. To get it, send an Email at [mailto:jean-francois.goester@cnes.fr this address]
  
== Pour démarrer ==
+
== WHAT IS OPERA? ==
* [//www.mediawiki.org/wiki/Manual:Configuration_settings Liste des paramètres de configuration]
+
 
* [//www.mediawiki.org/wiki/Manual:FAQ/fr FAQ sur MediaWiki]
+
<font color=#556B2F>'''OPERA'''</font> is a [https://cnes.fr/fr '''CNES'''] tool allowing to estimate Earth reentry dates thanks to TLe (Two Lines Elements) but allows also to have information on other parameters as S/M (surface on mass ratio) or maneuvers previously occured.
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce Liste de discussion sur les distributions de MediaWiki]
+
 
* [//www.mediawiki.org/wiki/Localisation#Translation_resources Adaptez MediaWiki dans votre langue]
+
<font color=#556B2F>'''OPERA'''</font> is usable via three modes:
 +
* <font color=#FF8C00 title="Graphical User Interface">GUI</font>: its utilization is made user-friendly thanks to a graphical user interface (developed using [[http://genius.cnes.fr GENIUS]] and [[http://genopus.cnes.fr GENOPUS]]),
 +
* Batch using a context file (in <font color=#FF8C00 title="Extensible Markup Language">XML</font> format),
 +
* Library via its <font color=#FF8C00>Java</font> interface.
 +
 
 +
== HOW TO USE IT? ==
 +
 
 +
<font color=#556B2F>'''PSIMU'''</font> may be used very quickly via its <font color=#FF8C00 title="Graphical User Interface">GUI</font> facilitating context elaboration and results exploitation. No code knowledge is necessary.
 +
It is also possible to use it in batch mode via a shell and especially on grid computers with no display properties.
 +
On the other hand, it is also possible to use it via its <font color=#FF8C00>Java</font> interface inside a higher level tool (for example, an orbit determination tool or a maneuver optimization tool).
 +
 
 +
So, three jar files are available:
 +
 
 +
* '''opera-NN.n-jar-with-dependencies.jar''' : executable jar including all needed libraries => it is the file to use for <font color=#FF8C00 title="Graphical User Interface">GUI</font> utilization but it may also be used for the <font color=#FF8C00>Java</font> interface
 +
* '''opera-NN.n.jar''' : includes only <font color=#556B2F>'''PSIMU'''</font> classes => to be used for <font color=#FF8C00>Java</font> interface, under the condition of linking with the right version of GENOPUS and PATRIUS)
 +
* '''opera-NN.n-javadoc.jar'''
 +
 
 +
== REMARKS ==
 +
* As it is coded in <font color=#FF8C00>Java</font>, this product is available for any kind of platforms owning <font color=#FF8C00>Java</font>. An executable jar (launching the <font color=#FF8C00 title="Graphical User Interface">GUI</font>) including all dependencies is provided.
 +
* <font color=#556B2F>'''OPERA'''</font> will be provided soon  as a Freeware under a CNES specific license via this [https://logiciels.cnes.fr/en/home site].
 +
* Some tutorials are available.
 +
 
 +
== CURRENT VERSION : V7.2-SNAPSHOT ==
 +
New version, now linked with last [http://patrius.cnes.fr PATRIUS] V4.3 version.
 +
 
 +
<u>Known bugs of this version</u>: none.
 +
 
 +
 
 +
== PREVIOUS VERSIONS ==
 +
* version 7.1: Java 1.6 version.
 +
 
 +
== DEPENDENCIES ==
 +
{| class="wikitable"
 +
|-
 +
|Version
 +
|style="text-align:center;"|7.2-SNAPSHOT
 +
|style="text-align:center;"|7.1
 +
|-
 +
|Disponibility
 +
|style="text-align:center;"|from 26/06/2019
 +
|style="text-align:center;"|from 01/01/2019
 +
|-
 +
|Javadoc     
 +
|style="text-align:center;"|no
 +
|style="text-align:center;"|no
 +
|- style="vertical-align:top;"
 +
|Dependencies
 +
|style="text-align:center;"|Java 1.8<br/>Patrius 4.3<br/> PatriusDataset 1.1.0<br/> Genopus 2.0.1<br/> Genius 1.8<br/> Miglayout 4.2<br/> Jdom 1.1.2<br/> Gettext-commons 0.9.8<br/> JFreeChart 1.0.19<br/> commons-io 2.4<br/> sqlite-jdbc 3.15.1
 +
|style="text-align:center;"|Java 1.6<br/>Patrius 3.0.1<br/> PatriusDataset 1.0.2<br/> - <br/> Genius 1.7<br/> Miglayout 4.2<br/> Jdom 1.1.2<br/> Gettext-commons 0.9.8<br/> JFreeChart 1.0.19<br/> commons-io 2.4<br/> sqlite-jdbc 3.15.1
 +
|}
 +
 
 +
== JAVA DOC==
 +
 
 +
Not available ...

Version du 26 juin 2019 à 07:07

WHERE TO GET IT ?

Up to now, OPERA is only available for CNES users. To get it, send an Email at this address

WHAT IS OPERA?

OPERA is a CNES tool allowing to estimate Earth reentry dates thanks to TLe (Two Lines Elements) but allows also to have information on other parameters as S/M (surface on mass ratio) or maneuvers previously occured.

OPERA is usable via three modes:

  • GUI: its utilization is made user-friendly thanks to a graphical user interface (developed using [GENIUS] and [GENOPUS]),
  • Batch using a context file (in XML format),
  • Library via its Java interface.

HOW TO USE IT?

PSIMU may be used very quickly via its GUI facilitating context elaboration and results exploitation. No code knowledge is necessary. It is also possible to use it in batch mode via a shell and especially on grid computers with no display properties. On the other hand, it is also possible to use it via its Java interface inside a higher level tool (for example, an orbit determination tool or a maneuver optimization tool).

So, three jar files are available:

  • opera-NN.n-jar-with-dependencies.jar : executable jar including all needed libraries => it is the file to use for GUI utilization but it may also be used for the Java interface
  • opera-NN.n.jar : includes only PSIMU classes => to be used for Java interface, under the condition of linking with the right version of GENOPUS and PATRIUS)
  • opera-NN.n-javadoc.jar

REMARKS

  • As it is coded in Java, this product is available for any kind of platforms owning Java. An executable jar (launching the GUI) including all dependencies is provided.
  • OPERA will be provided soon as a Freeware under a CNES specific license via this site.
  • Some tutorials are available.

CURRENT VERSION : V7.2-SNAPSHOT

New version, now linked with last PATRIUS V4.3 version.

Known bugs of this version: none.


PREVIOUS VERSIONS

  • version 7.1: Java 1.6 version.

DEPENDENCIES

Version 7.2-SNAPSHOT 7.1
Disponibility from 26/06/2019 from 01/01/2019
Javadoc no no
Dependencies Java 1.8
Patrius 4.3
PatriusDataset 1.1.0
Genopus 2.0.1
Genius 1.8
Miglayout 4.2
Jdom 1.1.2
Gettext-commons 0.9.8
JFreeChart 1.0.19
commons-io 2.4
sqlite-jdbc 3.15.1
Java 1.6
Patrius 3.0.1
PatriusDataset 1.0.2
-
Genius 1.7
Miglayout 4.2
Jdom 1.1.2
Gettext-commons 0.9.8
JFreeChart 1.0.19
commons-io 2.4
sqlite-jdbc 3.15.1

JAVA DOC

Not available ...