35 fileAxial =
'ndFinderAxialShallow.txt.gz'
36 fileStereo =
'ndFinderStereoShallow.txt.gz'
38 axialFlat = np.loadtxt(fileAxial, dtype=
'uint8')
39 stereoFlat = np.loadtxt(fileStereo, dtype=
'uint8')
40 axialComp = axialFlat.reshape((41, 3, 40, 15))
41 stereoComp = stereoFlat.reshape((32, 3, 40, 15, 9))