Export SRO matrix and dialog unit

- Fixed a transpose in export matrix to SRO
- Approval dialog in cm
This commit is contained in:
Proton local user
2023-06-01 17:53:43 +02:00
parent ef51c4173a
commit 21bb27c0f1

View File

@ -1,4 +1,4 @@

/*
@ -2466,13 +2466,7 @@ itkImageProcessor::GetUserIsocentricTransform(){
TransformType::Pointer
itkImageProcessor::GetCompleteIsocentricTransform
(/*ImageType3D::PointType TransformCenter*/){
TransformType::Pointer
regTransform = TransformType::New();
regTransform->SetComputeZYX(true);
regTransform->SetIdentity();
itkImageProcessor::GetCompleteIsocentricTransform(){
if(m_TransformMetaInfo == nullptr ||
m_CTMetaInfo == nullptr){