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