-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested
Description
Describe the bug
The atlas in the repo [ref] and the atlas used for preparing the BraTS data [ref] are different. Here is the actual information from the images:
- Atlas from this repo:
{'_path': 'C:\\Projects\\preprocessing\\brainles_preprocessing\\registration\\atlas\\t1_brats_space.nii',
'dimension': 3,
'direction': (-1.0, 0.0, 0.0, 0.0, -1.0, 0.0, 0.0, 0.0, 1.0),
'number_of_components': 1,
'origin': (239.0, -0.0, 0.0),
'pixel_id_type': '16-bit signed integer',
'pixel_type': '16-bit signed integer',
'size': (240, 240, 155),
'size_of_pixel_component': 2,
'spacing': (1.0, 1.0, 1.0)}- Atlas used to prepare BraTS data:
{'_path': 'C:\\Projects\\fets_front-end_validation\\data\\sri24\\atlasImage.nii.gz', 'dimension': 3,
'direction': (1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0),
'number_of_components': 1,
'origin': (0.0, -239.0, 0.0),
'pixel_id_type': '16-bit signed integer',
'pixel_type': '16-bit signed integer',
'size': (240, 240, 155),
'size_of_pixel_component': 2,
'spacing': (1.0, 1.0, 1.0)}
Finished.To Reproduce
N.A.
Expected behavior
These should be identical.
Screenshots
N.A.
Environment
N.A.
Additional context:
I don't think this will make any difference WRT computation. But this will cause confusion when someone has generated a clinical image from the original scans and is trying to compare it with one generated from this tool. An extreme edge case, but it might be work looking into.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested