=================================================================

SECTOR - Simple aircraft Engine emission CalculaTOR
Version 1.1.2 (c) 2022-2023 Janicke Consulting, Germany
25 March 2026

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 3 of
the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.

Version 1.0 was developed in the project RAPTOR which has
received funding from the Clean Sky 2 Joint Undertaking under
the European Union's Horizon 2020 research program under grant
agreement No 863969.

=================================================================

The package consists of the following files and directories:

./doc           program manual
./jar           JAVA JAR files
./jre           local JAVA Runtime Environment Windows 64-bit
./test          examples
./SectorGUI.exe user interface executable Windows 64-bit

Input data are specified in a text input file (no UTF-8). The
file name must be of the structure sector-<id>.txt, where
<id> is an arbitrary text string (ID) without blanks.

The program is called in a DOS shell (Windows) or command shell
(Linux) via

java -jar jar\Sector.jar <dir> <id>

or, using the local JRE

jre\bin\java -jar jar\Sector.jar <dir> <id>

where <dir> is the directory with the input file and <id> is the
ID of the input file. The results are written to sector-<id>.log
in the same directory.

Under Windows, the program can be called also interactively by
a double-click on SectorGUI.exe. This envokes a simple graphical
user interface (GUI) that envokes Sector.jar using the local
JRE.

For detailed information and examples, see the program manual
in subdirectrory /doc

In case of questions or errors, please contact
Ulf Janicke, info@janicke.de

=================================================================
