« User Manual » : différence entre les versions

De Opera
Aller à la navigation Aller à la recherche
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 6 : Ligne 6 :


* '''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-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>'''OPERA'''</font> classes => to be used for <font color=#FF8C00>Java</font> interface, under the condition of linking with the right version of called libraries as [[http://genopus.cnes.fr GENOPUS]] or[[http://patrius.cnes.fr PATRIUS]] (see [[Dependencies]])
* '''opera-NN.n.jar''' : includes only <font color=#556B2F>'''OPERA'''</font> classes => to be used for <font color=#FF8C00>Java</font> interface, under the condition of linking with the right version of called libraries as [[http://genopus.cnes.fr GENOPUS]] or[[http://patrius.cnes.fr PATRIUS]] (see [[Dependencies]] page)


== The GUI mode ==
== The GUI mode ==

Version du 21 janvier 2020 à 07:36

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] or[PATRIUS] (see Dependencies page)

The GUI mode

The Batch mode

Java Interface