| CAMITK-config(1) | User Commands | CAMITK-config(1) |
NAME¶
camitk-config - CamiTK Configuration Utility
SYNOPSIS¶
camitk-config [OPTIONS]...
DESCRIPTION¶
camitk-config is build using CamiTK 6.0
Please visit <https://camitk.imag.fr> for more information.
(c) Univ. Grenoble Alpes, CNRS, Grenoble INP - UGA, TIMC, France
camitk-config is the configuration utility for CamiTK, a medical image analysis and modeling software.
The targeted users are in R&D departments or laboratories. camitk-config provides an easy command-line and interactive access to all your CamiTK configuration and environment setup.
OPTIONS .¶
- --help|-h
- Print usage information and exit.
- --version|-v
- Print CamiTK version message
- --config|-c
- Print all information for a complete CamiTK diagnosis and exit
- --config-json|-cj
- Export all CamiTK diagnosis information to JSON and exit
- --print-paths|-p
- Print CamiTK paths on the standard output and exit
- --camitk-dir|-d|--camitkDir
- Print CAMITK_DIR (the installation directory) and exit
- --short-version|-s|--shortVersion
- Print CamiTK short version string
- --complete-version|-vv
- Print CamiTK complete version number (including patch number)
- --time-stamp|-t
- Generate a time stamp in format YYYY-MM-DDTHH:mm:ss from current system date and time
- --bug-report-info|-b
- Generate a report bug template with the CamiTK diagnosis in it
- --check-hotplug-extension|-e camitk-file
- CamiTK extension file describing the python or C++ hotplug extension to
check.
This should be a valid .camitk JSON document describing a python or C++ hotplug extension, in a valid extension directory containing all the source code (python scripts or C++ user actions depending on the extension language).
This means that calling camitk-config will fail if camitk-extensiongenerator was not previously called on the CamiTK extension file using the same directory.
For python extension, the virtual environment will be automatically created, if not already present, using the requirements given in the CamiTK extension file.
The input .camitk <file> is mandatory for this option. The directory of the script should also be the base directory for the action source code.
AUTHORS¶
CamiTK and camitk-config is mainly developed by the Univ. Grenoble Alpes, CNRS, Grenoble INP - UGA in the TIMC UMR 5525 laboratory (CAMI team).
SEE ALSO¶
Please visit <https://camitk.imag.fr> for more documentation on camitk-config
| 2026-02-10 | camitk-config 6.0 |