Skip to content

Commit 52a8f21

Browse files
committed
brain maps
1 parent 94cc6bf commit 52a8f21

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

ml4h/tensormap/ukb/mri_brain.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,13 @@ def _brain_volume_from_file(tm, hd5, dependents={}):
292292
tensor_from_file=make_brain_volume_tensor_fxn(),
293293
normalization=ZeroMeanStd1(),
294294
)
295-
295+
t2_flair_orig_defaced_slices_64_208_step4 = TensorMap(
296+
't2_flair_axial_64_208',
297+
shape=(192, 256, 36),
298+
path_prefix='ukb_brain_mri/T2_FLAIR_orig_defaced/',
299+
tensor_from_file=make_brain_volume_tensor_fxn(steps=4),
300+
normalization=ZeroMeanStd1(),
301+
)
296302

297303
def _segmented_brain_tensor_from_file(tm, hd5, dependents={}):
298304
# from mapping given in https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FIRST/UserGuide

0 commit comments

Comments
 (0)