Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/qiicr/dcmqi-guide
Browse files Browse the repository at this point in the history
  • Loading branch information
fedorov committed Feb 2, 2017
2 parents 9804eb3 + 9a75ae1 commit 01db60d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
* [Parametric maps](user_guide/dicom-parametric-map-support.md)
* [itkimage2paramap](user_guide/itkimage2paramap.md)
* [paramap2itkimage](user_guide/paramap2itkimage.md)
* [Limitations](limitations.md)
* [Open source credits](user_guide/opensource.md)
* [Learning resources](user_guide/resources.md)

6 changes: 6 additions & 0 deletions limitations.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Limitations

These are some of the known limitations of `dcmqi`:

* We do not support conversion of the data (segmentations, parametric maps or measurements) derived from enhanced multiframe images.
* Support of DICOM SR TID 1500 is limited to the measurements derived from the rasterized segmentations; we do not support all of the capabilities of TID 1500.
5 changes: 4 additions & 1 deletion user_guide/itkimage2segimage.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
## Usage

```
--skip
Skip empty slices while encoding segmentation image. By default, empty
slices will not be encoded, resulting in a smaller output file size.
Expand All @@ -17,6 +16,10 @@
individual files can contain one or more labels (segments). Segments
from different files are allowed to overlap. See documentation for
details.
--inputDICOMDirectory <std::string>
Directory with the DICOM files corresponding to the original image
that was segmented.
--inputDICOMList <std::vector<std::string>>
Comma-separated list of DICOM images that correspond to the original
Expand Down

0 comments on commit 01db60d

Please sign in to comment.