Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidtronix committed Nov 8, 2023
1 parent 8916d4a commit 3e027f3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ml4h/tensormap/ukb/mri.py
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,16 @@ def _mri_slice_blackout_tensor_from_file(tm, hd5, dependents={}):
'ukb_cardiac_mri/cine_segmented_lax_2ch/2/instance_0', 0,
),
)
lax_2ch_diastole_slice_224_192_3d = TensorMap(
'lax_2ch_diastole_slice_224_192_3d',
Interpretation.CONTINUOUS,
shape=(224, 192, 1),
loss='logcosh',
normalization=ZeroMeanStd1(),
tensor_from_file=_slice_tensor(
'ukb_cardiac_mri/cine_segmented_lax_2ch/2/instance_0', 0,
),
)
lax_3ch_diastole_slice0_3d = TensorMap(
'lax_3ch_diastole_slice0_3d',
Interpretation.CONTINUOUS,
Expand Down

0 comments on commit 3e027f3

Please sign in to comment.