highdicom
highdicom copied to clipboard
Parametric Map Revamp
A full revamp of the highdicom.pm.ParametricMap class enabled mostly by rebasing on the highdicom.image._Image class and refactoring behaviour common to both Segmentation and ParametricMap into _Image.
To-do list for this PR:
- [x]
TILED_FULLparametric maps - [x] Passing
Volumesto parametric maps - [x] Parametric map pyramids
- [x] Allowing further source images when creating parametric maps
- [x] Automatically matching source images to frames of a parametric map based on geometry
- [x] Encoding parametric maps with multiple workers for compression
- [x] Correctly returning floating point pixel data in the
highdicom.Imageclass - [x] Address #168
- [ ]
get_volumeandget_total_pixel_matrixfor parametric map - [x]
pmreadfunction - [ ] Tests for all above behaviour
- [ ] Quickstart example for Parametric Maps
- [ ] User Guide page on Parametric Maps