https://github.com/kitwaremedical/slicerqreads
Slicer-based implementation of QREADS medical image viewer used at Mayo Clinic
https://github.com/kitwaremedical/slicerqreads
3d-slicer-custom-application
Last synced: 10 months ago
JSON representation
Slicer-based implementation of QREADS medical image viewer used at Mayo Clinic
- Host: GitHub
- URL: https://github.com/kitwaremedical/slicerqreads
- Owner: KitwareMedical
- License: other
- Created: 2021-01-19T19:01:18.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-11T06:54:53.000Z (almost 5 years ago)
- Last Synced: 2025-02-24T07:06:51.679Z (over 1 year ago)
- Topics: 3d-slicer-custom-application
- Language: Python
- Homepage:
- Size: 745 KB
- Stars: 2
- Watchers: 14
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
SlicerQReads
============
Slicer-based implementation of 3D medical image viewer for multiplannar reconstruction (MPR) used in
production by the Mayo Clinic to integrate with the QREADS workflow.
_This project is in active development and is not FDA approved_
## Features
* Toggle between greyscale and inverted greyscale color tables
* Support max, min and mean thick slab reconstruction
* Window level:
* Presets for CT of bone, head, lung and soft-tissue
* Support updating the window level using the mouse
* Resonable default automatically computed on data load or when clicking on "Reset"
* Orientation marker:
* Represented in 3D and slice viewers
* Support for toggling between `None`, `Cube`, `Human` and `Axes` types.
* Toggle reference markers visibility
* Support increasing or decreasing the brightness or contrast
* Zoom presets `100%`, `200%`, `400%`, `1:1` and `Fit to window`
* Support for arbirary number of measurements
* DICOM series information displayed in toolbar
## Table of content
* [Features](#features)
* [Command-line arguments](#command-line-arguments)
* [Maintainers](#maintainers)
## Command-line arguments
To load a DICOM series given a folder:
```
SlicerQReads.exe --python-code "from QReads import QReadsLogic; QReadsLogic.loadDICOMDataDirectory('C:/path/to/DICOM')"
```
## Maintainers
* [Contributing](CONTRIBUTING.md)