Skip to content

Commit 2a3c520

Browse files
committed
condition and supervise
1 parent 8971f62 commit 2a3c520

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ml4h/tensormap/ukb/dxa.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,13 @@ def dxa_background_erase(tm, hd5, dependents={}):
103103
tensor_from_file=dxa_background_erase,
104104
normalization=ZeroMeanStd1(),
105105
)
106+
dxa_11_768 = TensorMap(
107+
'dxa_1_11',
108+
shape=(768, 256, 1),
109+
path_prefix='ukb_dxa',
110+
tensor_from_file=dxa_background_erase,
111+
normalization=ZeroMeanStd1(),
112+
)
106113

107114

108115
def register_to_sample(

0 commit comments

Comments
 (0)