Closing Issue #52 - SRO now writes Complete Isocentric Transform

This commit is contained in:
Proton local user
2023-05-31 14:42:08 +02:00
parent c833837d8b
commit 55d26f8c01

View File

@ -744,8 +744,6 @@ void itkImageProcessor::SetProjectionAngleOffsetIEC(double dOff1, double dOff2)
{
m_DRTGeometryMetaInfo->SetProjectionAngle1OffsetIEC(dOff1);
m_DRTGeometryMetaInfo->SetProjectionAngle2OffsetIEC(dOff2);
std::cout << "SetProjectionAngleOffsetIEC " << dOff1 << " " << dOff2 << std::endl;
}