Skip to content

[FEATURE] The SRI atlas is not exactly what is used for BraTS data preparation #116

@sarthakpati

Description

@sarthakpati

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:

  1. 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)}
  1. 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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestquestionFurther information is requested

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions