Skip to content
MedICS Docs edited this page Sep 16, 2026 · 2 revisions

MedICS Community Wiki

Welcome to the Medical Image Computing Suite (MedICS) documentation wiki.

MedICS is a cross-platform desktop environment for medical image visualization and analysis. It combines a scientific Python workspace, built-in toolboxes, and a pip-installable extension system in one application.

Python 3.11+ · Windows / macOS / Linux · Qt 6


Start here

Page What you will learn
Getting Started Install, launch, and run a basic workflow
User Interface Main window layout, docks, tabs, and menus
Workspace and Data Variables, .med workspaces, and file I/O
MedImage The canonical medical-image data model
Toolboxes PyEditor, ImportData, FilePreview
Extensions Install, create, and publish extensions
Configuration config.ini reference (theme, window, chat, …)
Architecture High-level design and startup lifecycle
CLI Reference medics command-line options
Events and Data Flow EventBus catalog and common data paths

What MedICS is for

Typical work happens in a single window:

  • File Explorer for the current folder
  • Central tabs for toolboxes (editor, importer, preview, extensions)
  • Variables dock for the in-memory workspace
  • Bottom panel for Jupyter, terminal, and logs

Data lives in a shared workspace (DataDict) and can be saved as a .med file (HDF5). Scripts in PyEditor and the embedded Jupyter console see the same variables.

Images in that workspace are represented by MedImage — pixels, geometry, metadata, annotations, and provenance travel together as one object.


Quick install

pip install medics
medics

See Getting Started for requirements, verification, and a first workflow.


Scope of this wiki

This wiki documents the MedICS main application for end users and extension authors.

Note: License / authorization / payment features are not covered in the current wiki version.


Related links

Clone this wiki locally