Skip to content

Commit

Permalink
Merge pull request #54 from bgilbert/updates
Browse files Browse the repository at this point in the history
Minor docs updates for DICOM and test driver
  • Loading branch information
bgilbert authored Oct 4, 2023
2 parents 26ad223 + f3c52d0 commit 7a2977c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions docs/testsuite/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ original slide (e.g., if OpenSlide falls back to `generic-tiff`), change
`vendor` to the new string or `null` for NULL.

If the test should only be run if particular OpenSlide dependencies are
available, set `requires` to a list of feature flags. Currently the only
defined feature flag is `dicom`.
available, set `requires` to a list of feature flags. Currently there are
no defined feature flags.

Pack the test:

Expand Down Expand Up @@ -209,6 +209,11 @@ generate:
? "CMU-1-40x - 2010-01-12 13.24.05(1,1).jpg"
: "jpegtran -restart 256B -outfile %(out)s %(in)s"
# Copy test case files during unpack.
copy:
? DCM_0_copy.dcm
: DCM_0.dcm
# Rename or move test case files during unpack.
rename:
? "CMU-1-40x - 2010-01-12 13.24.05(1,1).jpg"
Expand Down
4 changes: 2 additions & 2 deletions formats/dicom/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ OpenSlide will detect a file as DICOM if:

## File Organization

OpenSlide uses [libdicom](https://libdicom.readthedocs.io/) to parse and
load DICOM files.
OpenSlide uses [libdicom](https://github.com/ImagingDataCommons/libdicom/)
to parse and load DICOM files.

OpenSlide non-recursively scans the containing directory for other DICOM
files with the same _Series Instance UID_ attribute value as the specified
Expand Down

0 comments on commit 7a2977c

Please sign in to comment.