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.
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
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.
pip install -e . python -m pytest tests