Nincs leírás

Miriam Brosi b0fab96da0 Optionally include Singleread in LeftBar 6 éve
KCG b0fab96da0 Optionally include Singleread in LeftBar 6 éve
.gitignore c3d51f5b77 start of implementation of multi_capture support 8 éve
MANIFEST.in aaeb7900be small updates 8 éve
README.md cf3143604a Implements initial config dialog 8 éve
config.cfg 00e71cb112 Update configuration method 8 éve
kcg 4d9163d7e5 small docstring update 8 éve
setup.py 98b1368ec0 Update Version 6 éve

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.