« OperaappConfigurationFile » : différence entre les versions
Aller à la navigation
Aller à la recherche
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 34 : | Ligne 34 : | ||
<font color=#FF0000>''Note: when a path starts by '''"/"''', it means that the file will be taken from the jar file.''</font> | <font color=#FF0000>''Note: when a path starts by '''"/"''', it means that the file will be taken from the jar file.''</font> | ||
Since the 5<sup | Since the 5<sup>th</sup> august version, this properties file is automatically created, the first time the <font color=#FF8C00 title="Graphical User Interface">GUI</font> is launched (to avoid to extractit later) |
Version du 5 août 2019 à 14:31
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
BD_TLE_SAT_CAT_PATH /satcat.csv
COUNTRIES_FILE_PATH /countries.csv
ADDITIONAL_PATRIUS_DATA /AdditionalPatriusData
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 means that the file will be taken from the jar file.
Since the 5th august version, this properties file is automatically created, the first time the GUI is launched (to avoid to extractit later)