Closed jrkerns closed 1 year ago
Currently, saving an image back to dicom from a pylinac image will not correct the new rows and columns if they have changed. When re-importing this will lead to a pydicom size error as the pixel array and n Rows and n Columns do not match.
Fixed in https://github.com/jrkerns/pylinac/commit/af58b14949b7e7666ffbd35a5405e1520c4a88d3
Currently, saving an image back to dicom from a pylinac image will not correct the new rows and columns if they have changed. When re-importing this will lead to a pydicom size error as the pixel array and n Rows and n Columns do not match.