Нет описания

Patrick Schreiber c28ba65db8 fixes io.is_data_consistent on 0b files 8 лет назад
KCG c28ba65db8 fixes io.is_data_consistent on 0b files 8 лет назад
.gitignore 9e15ed948c updated .gitignore\n\nalso:removed .idea from git 9 лет назад
MANIFEST.in a6e5bae7af Update configuration method 8 лет назад
README.md 26a4f4a90d Implements initial config dialog 8 лет назад
config.cfg a6e5bae7af Update configuration method 8 лет назад
kcg 0a981a54b9 small docstring update 8 лет назад
kcg_remote_client.py 0711b57903 added backend for remote-qt 8 лет назад
kcg_remote_client_qt.py 8acdc74921 minimal working remote_control version 8 лет назад
setup.py 0fe01d7472 Fixed some bugs 8 лет назад

README.md

KCG - KAPTURE Control Gui

KCG is the Graphical Control Interface to the KAPTURE-Readout-Board.

Prerequisites:

  • python 2.7.x
  • PyQt4 (python-qt)
  • pyqtgraph
  • numpy

Download

Stable Version

To get the latest stable version get the latest release from here

Development Version

To get the latest development Version clone this repository

Some notes to those of you who want to test the newest features:
Branches other than the master branch will hold some newer (and potentially completely untested) additions. Feel free to test them.

NOTE: this might be unstable or not even work at all

Install/Run

You can install KCG or run without intstallation

Install

To install KCG (either system- or userwide) use python setup.py install with optionally --user as flag to install only for current user.
To start KCG after installation simply run kcg from whereever you are.
Upon first run you will be prompted to configure KCG this will set appropriate values and write them to ~/.kcg/config.cfg

NOTE:

If you chose to install for current user only you need to have $HOME/.local/bin in your $PATH in order to run kcg.

Run without installation

You can run KCG directly without installation. To do so, simply run kcg in the outer KCG directory.

You will still be asked to configure KCG if it is the first run.

Unintentional Features

If you find any unintentional features (bugs) or have questions please let me know via issues.