Tools and scripts for visualization and comparison of 3d MRI scans (T1, T2 etc)
Project description
# mrivis
Tools for comparison of registration and spatial similarity of 3d MRI scans (T1, T2, PET etc) using checkerboard plots.

## to compare two T1 MRI scans (checkerboard plots)
Usage:
```bash
mrivis --checkerboard path_image1 path_image2 --patch_size 10 # square patch
mrivis --checkerboard path_image1 path_image2 --patch_size 10 30 # rectangular patch
```
A sample output (when the two scans are mismatched):

When there is mismatch, you can clearly see it (patch size 15 voxels square):

Let's make the patches a bit bigger (patch size 25 voxels square):


Let's make the patches a even bigger (50 voxels square):

Let's use a **rectangular** patch (10 voxels high and 30 voxels wide):


If they were identical (no mismatch at all), you won't see any edges or borders:

Full layout with 6x6 pangels can be seen in [this folder](../docs/comprehensive).
## to visualize plans MRI scans (by themselves) using a collage
```bash
mrivis --collage path_image1 [path_image2]
```

=======
History
=======
0.1.0 (2017-12-05)
------------------
* First release on PyPI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mrivis-0.1.1.tar.gz
(11.6 MB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mrivis-0.1.1.tar.gz.
File metadata
- Download URL: mrivis-0.1.1.tar.gz
- Upload date:
- Size: 11.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
00982eafe751861f8aed9b92a0a412c88c7b3979cf927e9d5d33f4f5edc2ef76
|
|
| MD5 |
fae2c683a567f97865fa8a7e957d40ba
|
|
| BLAKE2b-256 |
28c0b743b59ea0dfbac1d96259db93c90f88e1c2934b4f687807a63a3c3ceb8d
|
File details
Details for the file mrivis-0.1.1-py2.py3-none-any.whl.
File metadata
- Download URL: mrivis-0.1.1-py2.py3-none-any.whl
- Upload date:
- Size: 7.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
77586c8a8690c5d8570c93f2e16ee162a805b0b6fb46e649b4b6fd67b3e2969a
|
|
| MD5 |
c0289db8dde419def17f299c5be55853
|
|
| BLAKE2b-256 |
d590356dae3a0f56b5ae40dc920f03b0229c73cb483d19e7edb1108e940d6190
|