« OperaappConfigurationFile » : différence entre les versions
Aller à la navigation
Aller à la recherche
Aucun résumé des modifications |
Aucun résumé des modifications |
||
(5 versions intermédiaires par le même utilisateur non affichées) | |||
Ligne 17 : | Ligne 17 : | ||
BD_TLE_PATH OPERA_DATA/tles | BD_TLE_PATH OPERA_DATA/tles | ||
BD_TLE_BY_DAY_PATH OPERA_DATA/tlesbyday | BD_TLE_BY_DAY_PATH OPERA_DATA/tlesbyday | ||
ADDITIONAL_PATRIUS_DATA OPERA_DATA/AdditionalPatriusData | |||
BD_TLE_SAT_CAT_PATH /satcat.csv | BD_TLE_SAT_CAT_PATH /satcat.csv | ||
COUNTRIES_FILE_PATH /countries.csv | COUNTRIES_FILE_PATH /countries.csv | ||
REAL_SOLAR_ACTIVITY_FILEPATH /solar/ACSOL_REAL.act | REAL_SOLAR_ACTIVITY_FILEPATH /solar/ACSOL_REAL.act | ||
PREDICTED_SOLAR_ACTIVITY_FILEPATH /solar/ACSOL_PREDICTED.act | PREDICTED_SOLAR_ACTIVITY_FILEPATH /solar/ACSOL_PREDICTED.act | ||
Ligne 32 : | Ligne 32 : | ||
</syntaxhighlight> | </syntaxhighlight> | ||
<font color=#FF0000>''Note: when a path starts by '''"/"''', it | <font color=#FF0000>''Note: when a path starts by '''"/"''', it may mean that the file will be taken from the jar file.''</font> | ||
<font color=#FF0000>''Note: this properties file is automatically created, the first time the <font color=#FF8C00 title="Graphical User Interface">GUI</font> is launched (to avoid to extract it later)</font> |
Dernière version du 21 janvier 2020 à 08:21
To start, OPERA GUI needs to read a specific properties file named operaapp-configuration.properties. The logic to search for this file is the following one :
- first, OPERA will see if the file exists locally (i.e. at the same location where OPERA was launched)
- in case of no local file exists, OPERA will use the one included Inside the jar file.
Here is the content of this file :
OUTPUT_FILENAME operaAppRun-<Date>
OUTPUT_DATEFORMAT yyyy-MM-dd_HH-mm-ss
WORK_DIR OPERA_DATA/work
CONTEXT_PATH OPERA_DATA/context
RESULT_PATH OPERA_DATA/results
OUTPUT_PATH OPERA_DATA/outputrun
#BD_TLE_TREE FLAT
BD_TLE_TREE HIERARCHICAL
BD_TLE_PATH OPERA_DATA/tles
BD_TLE_BY_DAY_PATH OPERA_DATA/tlesbyday
ADDITIONAL_PATRIUS_DATA OPERA_DATA/AdditionalPatriusData
BD_TLE_SAT_CAT_PATH /satcat.csv
COUNTRIES_FILE_PATH /countries.csv
REAL_SOLAR_ACTIVITY_FILEPATH /solar/ACSOL_REAL.act
PREDICTED_SOLAR_ACTIVITY_FILEPATH /solar/ACSOL_PREDICTED.act
OPERA_CONFIGURATION /opera-configuration.properties
OPERA_CONFIGURATION_EDITORS /opera-configuration-editors.properties
OPERA_CONFIGURATION_EDITORS_ADVANCED /opera-configuration-editors-advanced.properties
OPERA_CONFIGURATION_EDITORS_REENTRY /opera-configuration-editors-reentry.properties
OPERA_CONFIGURATION_EDITORS_SM_ESTIMATION /opera-configuration-editors-estimationsm.properties
OPERA_CONFIGURATION_EDITORS_MANOEUVERS /opera-configuration-editors-manoeuvers.properties
OPERA_CONFIGURATION_EDITORS_REPORT /opera-configuration-editors-report.properties
Note: when a path starts by "/", it may mean that the file will be taken from the jar file.
Note: this properties file is automatically created, the first time the GUI is launched (to avoid to extract it later)