BRAINSia / dcm-classifier

Apache License 2.0
2 stars 1 forks source link

implement same itk image spacing function #55

Closed CavRiley closed 6 months ago

CavRiley commented 6 months ago

Overview

The purpose of this pull request is to make the logic of checking if two ITK images have the same physical space into its own utility function.

Implementation

Logic for physical space comparison was taken from the fixup_adjacent_series method and made into its own callable utility function.

Testing

Manual testing using the classify study script was run on existing data sets and outputs were as expected.

Problems Faced

N/A

Notes

N/A