ImagingDataCommons / highdicom

High-level DICOM abstractions for the Python programming language
https://highdicom.readthedocs.io
MIT License
172 stars 37 forks source link

Convert plane positions to plane position slide sequence #240

Closed thomas-albrecht closed 1 year ago

thomas-albrecht commented 1 year ago

Here is a new branch to fix #231

CPBridge commented 1 year ago

Thanks!

(For future reference, it may have been easier to simply git rebase and git push -f (force push) on your existing pull request.)

thomas-albrecht commented 1 year ago

Thanks for the tip. I typically always just merge and never rebase. But that makes a lot of sense. I would have needed the -f because rebase messes with the history somehow.