diff --git a/topas/matRad_TopasConfig.m b/topas/matRad_TopasConfig.m index aaa1b92a5..9664af200 100644 --- a/topas/matRad_TopasConfig.m +++ b/topas/matRad_TopasConfig.m @@ -1982,7 +1982,7 @@ function writePatient(obj,ct,pln) fprintf(fID,'iv:Ge/Patient/NumberOfVoxelsZ = 1 %d\n',ct.cubeDim(3)); fprintf(fID,'d:Ge/Patient/VoxelSizeX = %.3f mm\n',ct.resolution.x); fprintf(fID,'d:Ge/Patient/VoxelSizeY = %.3f mm\n',ct.resolution.y); - fprintf(fID,'dv:Ge/Patient/VoxelSizeZ = 1 %.3f mm\n',ct.resolution.z); + fprintf(fID,'d:Ge/Patient/VoxelSizeZ = %.3f mm\n',ct.resolution.z); fprintf(fID,'s:Ge/Patient/DataType = "SHORT"\n'); fprintf(fID,'iv:Ge/Patient/MaterialTagNumbers = %d ',length(unique_hu)); fprintf(fID,num2str(unique_hu','%d '));