Skip to content

Latest commit

 

History

History
97 lines (63 loc) · 1.51 KB

sec_cli.rst

File metadata and controls

97 lines (63 loc) · 1.51 KB

Command-line interface

Note

You may also call all of these command-line functions from within Python. For instance, to compress a dataset, you would use dclab.cli.compress:

import dclab.cli
dclab.cli.compress(
    path_out="/path/to/compressed_file.rtdc",
    path_in="/path/to/original.rtdc")

For more information please take a look at the code reference of the CLI submodule <sec_ref_cli>.

dclab-compress

dclab-condense

dclab-join

dclab-repack

dclab-split

dclab-tdms2rtdc

dclab-verify-dataset