Skip to content

Commit

Permalink
Updated documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzwanenburg committed Aug 23, 2024
1 parent febb54c commit d33e7a7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
**Important**: Though the *name* of features in the tabular exports has not changed, their *ordering* may have.
Avoid using column position when processing or analysing feature data.

- Apparent diffusion coefficient (ADC) maps and multi-frame DICOM objects in general are now supported.
- Apparent diffusion coefficient (ADC) maps, diffusion contrast-enhanced (DCE) MRI and multi-frame DICOM objects in
general are now supported.
- Planar imaging, i.e. computed radiography, digital X-ray and digital mammography DICOM files are now supported.

## Fixes
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ MIRP currently supports the following Python versions and operating systems:

MIRP currently supports the following image modalities:

| File format | File type | Supported modality |
|-------------|-----------|--------------------------------------------|
| DICOM | image | CT, MR (incl. ADC), PT, RTDOSE, CR, DX, MG |
| DICOM | mask | RTSTRUCT, SEG |
| NIfTI | any | any |
| NRRD | any | any |
| numpy | any | any |
| File format | File type | Supported modality |
|-------------|-----------|-------------------------------------------------|
| DICOM | image | CT, MR (incl. ADC, DCE), PT, RTDOSE, CR, DX, MG |
| DICOM | mask | RTSTRUCT, SEG |
| NIfTI | any | any |
| NRRD | any | any |
| numpy | any | any |

NIfTI, NRRD, and numpy files support any kind of (single-channel) image. MIRP cannot process RGB or 4D images.

Expand Down
2 changes: 2 additions & 0 deletions docs_source/source/image_mask_import.rst
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,8 @@ On occasion, input should be more selective. This can be done by specifying addi

* Apparent diffusion coefficient MR map: ``"adc"``

* Diffusion contrast-enhanced MR map: ``"dce"``

* Radiotherapy dose (RTDOSE): ``"rtdose"``

* Computed radiography (CR): ``"cr"`` or ``"computed_radiography"``
Expand Down
2 changes: 1 addition & 1 deletion docs_source/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Supported image and mask modalities
- Supported modality
* - DICOM
- image
- CT, MR (incl. ADC), PT, RTDOSE, CR, DX, MG
- CT, MR (incl. ADC, DCE), PT, RTDOSE, CR, DX, MG
* - DICOM
- mask
- RTSTRUCT, SEG
Expand Down

0 comments on commit d33e7a7

Please sign in to comment.