176
176
def get_voxels(self, level=-1):
177
177
'''Returns the (almost) raw voxel information together
178
178
with the resolution of the voxelisation.'''
180
180
voxels = self.mrol.getvoxels(level=level)
181
181
resolution = self.mrol.getresolution(level=level)
182
182
return voxels[0], voxels[1], resolution