This is a cross-platform viewer for Cinema databases. The project contains a set of components for accessing and viewing databases which can be used to build other viewers and Cinema applications.
Doxygen-generated documentation for the code is available here.
The application is built on the open source release of Qt, v5.12. To build:
- Install qt v5.12
- Run
qmakeon thecinema_scope.proand (if you're doing development) forcinema_scope_test.profor your specific OS and development environment. Examples include:- OSX:
qmake cinema_scope.pro - OSX (XCode):
qmake -spec macx-xcode cinema_scope.pro - Linux:
qmake cinema_scope.pro
- OSX:
- You will now have makefiles, etc for your specific platform (assuming the
appropriate tools are installed). Edit the code and run
maketo create executables. Build thecinema_scope_testproject if you want to run unit tests.
This application looks for a settings file at $HOME/.cinema/scope/settings.ini for an INI-style settings file.
Contact us at cinema_dev@lanl.gov with questions. Issues may be added to the
github project at: https://github.com/cinemascience/cinema_scope.
