« User Manual » : différence entre les versions

De Opera
Aller à la navigation Aller à la recherche
 
(5 versions intermédiaires par le même utilisateur non affichées)
Ligne 16 : Ligne 16 :
* [[Parameters|Parameters panel]]: changing by default computtion parameters
* [[Parameters|Parameters panel]]: changing by default computtion parameters
* [[Console|Console panel]]: synthetic results display
* [[Console|Console panel]]: synthetic results display
* [[Result_files|Result files]]: description of the '''xlsx/csv''' output files (since V7.2.2).
* [[Plots|Plots panel]]: description of available plots (since V7.2.2)


== The Batch mode ==
== The Batch mode ==
Ligne 27 : Ligne 29 :
* [[Maneuvers_Estimation_And_Pdf_Report|Maneuvers Estimation and Pdf report]]: how to build a Pdf report
* [[Maneuvers_Estimation_And_Pdf_Report|Maneuvers Estimation and Pdf report]]: how to build a Pdf report
* [[Searching_NoradIds|Searching Norad Ids]]: how to filter Norad Ids
* [[Searching_NoradIds|Searching Norad Ids]]: how to filter Norad Ids
* [[Tutorials|Tutorials]]: full code examples

Dernière version du 4 avril 2020 à 08:22

OPERA 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.

So, two 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 OPERA classes => to be used for Java interface, under the condition of linking with the right version of called libraries as GENOPUS orPATRIUS (see Dependencies page)

The GUI mode

The Batch mode

Java Interface