Skip to content

graphical toolkit for the management of RT-DC data

License

Notifications You must be signed in to change notification settings

DC-analysis/DCKit

Repository files navigation

DCKit

PyPI Version Coverage Status

DCKit is a graphical toolkit for performing several data editing tasks that would otherwise be only available via the dclab command-line interface or (for the .rtdc file format) via external tools such as HDFView.

Installation

A Windows installer and macOS packages are available from the release page. If you have Python 3 installed, you may also use pip to install DCKit: :

# install dckit
pip install dckit
# run dckit
dckit

Usage

The interface is mostly self-explanatory. Add measurements via the options in the File menu or by drag-and-dropping files into DCKit. You may edit entries in the Sample column and apply the changes via the Update sample names button on the right.

Testing

pip install -e .
python -m pytest tests