Chris Bridge
Chris Bridge
Addresses #180 When the `omit_empty_frames` option is used for a Segmentation and an empty segmentation mask is passed (i.e. a mask with all zeros), the constructor will issue a `UserWarning`...
#139 added support for segmented LUTs in presentation states, however the user is left to themselves to construct valid lut data, which is not straightforward. We should provide utility methods...
Unify the API of the `ParametricMap` class with the presentation state SOPClasses by having the user provide a `VOILUTTransformation` object to the constructor. This is a backward incompatible change
Various mistakes have been found in the user guide examples. Examples that don't work are very offputting for new users. We should set up automatic testing of the documentation examples...
This has been discussed before (e.g. [here](https://github.com/MGHComputationalPathology/highdicom/pull/130#discussion_r737957633)) but we should have an issue to track it. Pydicom is very loose in what it allows you to set as an attribute's...
@hackermd This is my working branch for implementing more user-friendly constructors for `ImageRegion`. For now just `ImageRegion` and not `ImageRegion3D` is implemented. This PR is just an example - as...
We have a need to deal with some equipment that does not expose its full WADO functionality through WADA-RS and requires the use of WADO-URI for some WADO features. Would...
Highdicom is licensed under the permissive MIT license to allow users to use in their own applications, regardless of licence. Unfortunately, it currently depends on `pylibjpeg-libjpeg`, which is GPL v3...
Thanks for your work on this and making it available! However I have found a really bizarre edge case that I'd love to understand... If the input CSV contains just...
This is an experimental feature for NA-MIC project week 2023