Qt Gui for the libimse, a high performance library for searching bolides in the atmospheres of Jupiter and Saturn. The source code of the library is availble at https://github.com/SSIP/ImpactSearcher. We're also planning to create a command line client to improve the performance and not have Qt dependencies.
We do not yet provide installation packages as the program is not 100% finished yet. Download links will be available on https://ssip.info.
To compile the source code you need the Qt development files, CMake and a C++ compiler. You also need the libimse with the development headers. We usually use the GNU C++ compiler. The following steps describe the full compilation procedure on Linux:
> git clone https://github.com/SSIP/ImpactSeracher.git
> cd ImpactSearcher
> cmake src
> make
> make install
> cd ..
> git clone https://github.com/SSIP/QtSearcher.git
> cd QtSearcher
> cmake src
> make
Now you will have aQtSearcher
binary in the project folder that is ready to run.
We welcome contributions to this project. Please be aware that you must MIT license your contributions. If you want to contribute, create a pull request to this repository. Usually we will provide feedback within a few days.