Neutrino is an image viewer/analyser meant to be a research tool for manipulating experimental images. It has been written to:
be fast: it is entirely written in C++ and makes strong use of multi-core and gpu-assisted computation
promote interaction of the researcher with the images (easy access to colormaps, contrast/gamma/cutoffs, matrix operations, real-time lineouts)
be accurate: buffers are loaded and manipulated with full dynamics, integers or real numbers
let python do the work: the internal python interpreter can access the entire code structure in runtime, which can be used to automate repetitive tasks or extend Neutrino capabilities.
Neutrino includes:
Image visualization/interaction:
Advanced analysis tools:
The binary releases are available for GNU/Linux, Windows and OSX on Neutrino Releases.
Sources are available from GitHub Neutrino page. For building instructions a tutorial is available here