« BatchMode » : différence entre les versions
Aller à la navigation
Aller à la recherche
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 16 : | Ligne 16 : | ||
* '''-v''' or '''--verbose''': verbose[No Args] | * '''-v''' or '''--verbose''': verbose[No Args] | ||
* '''-p''' or '''--progress''' : progress mode to activate gui progress bar[No Args] | * '''-p''' or '''--progress''' : progress mode to activate gui progress bar[No Args] | ||
* '''-c''' or '''--config''': opera app configuration properties [Mandatory][ 1 Arg(s)] (see [[Parameters|here]] for more explanation about this kind of file) | * '''-c''' or '''--config''': opera app configuration properties [Mandatory][1 Arg(s)] (see [[Parameters|here]] for more explanation about this kind of file) | ||
* '''-t''' or '''--result''': result type : REENTRY/SM_ESTIMATION/MANOEUVERS/REPORT [Mandatory][ 1 Arg(s)] | * '''-t''' or '''--result''': result type : REENTRY/SM_ESTIMATION/MANOEUVERS/REPORT [Mandatory][ 1 Arg(s)] | ||
* '''-d''' or '''--duration''': duration of process in days [Mandatory][ 1 Arg(s)] | * '''-d''' or '''--duration''': duration of process in days [Mandatory][1 Arg(s)] | ||
* '''-e''' or '''--endcjd''': end of History in CNES Julian date [Mandatory][ 1 Arg(s)] | * '''-e''' or '''--endcjd''': end of History in CNES Julian date [Mandatory][1 Arg(s)] | ||
* '''-m''' or '''--mergeMethod''':solar activity merge method [Mandatory][ 1 Arg(s)] | * '''-m''' or '''--mergeMethod''':solar activity merge method [Mandatory][1 Arg(s)] | ||
* '''-a''' or '''--mergeDate''':solar activity merge date CJD | * '''-a''' or '''--mergeDate''':solar activity merge date CJD [1 Arg(s)] | ||
* '''-o''' or '''--output''': save outputs in file[No Args] | * '''-o''' or '''--output''': save outputs in file[No Args] | ||
* '''-i''' or '''--ids''': Norad Id List [Mandatory] [No args number limit] | * '''-i''' or '''--ids''': Norad Id List [Mandatory] [No args number limit] |
Version du 27 juin 2019 à 08:23
To run OPERA in "Batch mode" or "Command Line Interface Mode" you need to type the following commands in the command prompt:
>> java -jar opera-xxx-jar-with-dependencies.jar + arguments...
If you want some help about all these arguments, you may type:
>> java -jar opera-xxx-jar-with-dependencies.jar -h
or
>> java -jar opera-xxx-jar-with-dependencies.jar --help
The following options are available:
- -h or --help: opera app configuration help[No Args]
- -v or --verbose: verbose[No Args]
- -p or --progress : progress mode to activate gui progress bar[No Args]
- -c or --config: opera app configuration properties [Mandatory][1 Arg(s)] (see here for more explanation about this kind of file)
- -t or --result: result type : REENTRY/SM_ESTIMATION/MANOEUVERS/REPORT [Mandatory][ 1 Arg(s)]
- -d or --duration: duration of process in days [Mandatory][1 Arg(s)]
- -e or --endcjd: end of History in CNES Julian date [Mandatory][1 Arg(s)]
- -m or --mergeMethod:solar activity merge method [Mandatory][1 Arg(s)]
- -a or --mergeDate:solar activity merge date CJD [1 Arg(s)]
- -o or --output: save outputs in file[No Args]
- -i or --ids: Norad Id List [Mandatory] [No args number limit]