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:
qmake
on the cinema_scope.pro
and (if you're doing development) for cinema_scope_test.pro
for your specific OS and
development environment. Examples include:
qmake cinema_scope.pro
qmake -spec macx-xcode cinema_scope.pro
qmake cinema_scope.pro
make
to create
executables. Build the cinema_scope_test
project 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.