Plus applications user manual  2.9.0.bf99f0e
Software library for tracked ultrasound image acquisition, calibration, and processing.
Application configuration file

Some settings can be set commonly for all applications and device set configurations, such as directories, last used device set, and preferred text editor application. These settings are described in the application configuration file.

The application configuration file name is PlusConfig.xml and it is loaded from the directory where the executable file is located. If the file does not exist, the application creates one with the default values.

The application configuration file is an XML file with the following root element:

  • element.png
    PlusConfig
    • attribute.png
      LogLevel Logging level. See more information on the Log file page.
      • 1 (ERROR) Only errors are logged
      • 2 (WARNING) Only errors and warnings are logged
      • 3 (DEBUG) Errors, warnings, and debugging information are logged. Useful for developers and troubleshooting.
      • 4 (TRACE) Errors, warnings, and detailed debugging information are logged. Large amount of data may be generated, even if the application is idle. Useful for developers and troubleshooting.
    • attribute.png
      DeviceSetConfigurationDirectory Device set configuration files will be searched relative to this directory (if an absolute path is defined then this directory is ignored).
    • attribute.png
      ImageDirectory Sequence metafiles (.mha, .mhd files) will be searched relative to this directory.
    • attribute.png
      ModelDirectory Model files (.stl files) will be searched relative to this directory.
    • attribute.png
      ScriptsDirectory Directory of scripts that application may need.