pyplati / platipy

Processing Library and Analysis Toolkit for Medical Imaging in Python
https://pyplati.github.io/platipy/
Apache License 2.0
111 stars 27 forks source link

Bug fix for crop code #175

Closed pchlap closed 1 year ago

pchlap commented 1 year ago

Hi @rnfinnegan,

I just came across and issue where I was getting a different value for when running the compute_metric_dsc function with and without the auto_crop. This led me down to tracking down this issue. I think the size of the crop box needs to be increased by 1 (as fixed here). Please accept and merge if you agree :)