You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we initially tried implementing the nifti loading, Mogtaba found that something was off with the images that had been converted by med-imagetools. So we need to implement some kind of checking to make sure that the image hasn't been corrupted somehow, probably in the conversion step.
If we assume that the nifti is correct, then yes it just needs to be loaded and put into a sitk.Image.
Flatten handles when segmentations sometimes have a fourth dimension that just has a single value. This value usually represents time, but we need to remove it to align it with the main image (CT/MRI). So we still need it.
Align is a necessary for pyradiomics to work. Their code checks for this alignment and will break if the direction/origin/spacing don't match. It currently runs always, even if the alignment does match, just to ensure pyradiomics runs.
Couple of questions:
What needs to be done/whats blocking the nifti implementation?
Other than the loaders, what does the nifti implementation change in the process?
sitk.Image
before the actual feature extraction processThe text was updated successfully, but these errors were encountered: