joseph-long / rtimv

real-time image viewer (rtimv)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Synopsis

A qt5-based real-time image viewer.

Motivation

Displays images streaming from a scientific (primarily astronomical) camera. Such images are expected to be "monochrome", or rather single-color-channel. rtimv provides convenient ways to change the "stretch", color table, and to perform measurements on the images as they are displayed. Can handle high frame rates (much higher than monitor refresh).

Originally developed to support the MagAO+VisAO camera. Now adapted to work with the shared memory image system ImageStreamIO of CACAO.

This is now a stripped down version, with only minimal analysis tools. A plugin system enables adding new tools, such as peak fitting.

Installation

NOTE: if you are on the newest version of milk, a.k.a. the dev branch, you should switch to the new_milk branch with git checkout new_milk && git pull

Dependencies:

On CentOS-7 you may need to install mesa-libGL-devel.x86_64

For ubuntu you just need to type make. This should work on CentOS 7 as well, but if not try calling it with make QMAKE=qmake-qt5.

You will be asked for sudo privileges to install the plugin library. sudo make install will install the executable to /usr/local/bin.

User's Guide

A user's guide is located in doc/UserGuide.md.

Contributors

Creator: Jared R. Males (jaredmales at gmail)

Users: Many improvements have been made based on inputs from users of MagAO+VisAO, especially Kate Follette.

License

Copyright 2012-2022 Jared R. Males

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

real-time image viewer (rtimv)


Languages

Language:C++ 98.8%Language:QMake 0.9%Language:Makefile 0.2%