Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Note for N4 issue update #299

Closed
ntustison opened this issue Feb 26, 2020 · 0 comments
Closed

Note for N4 issue update #299

ntustison opened this issue Feb 26, 2020 · 0 comments

Comments

@ntustison
Copy link
Member

Once this pull request is merged to address this issue, the lines in fsl2antsrTransform.cpp will need to be updated from

  vnl_matrix<double> m_dir, m_ras_matrix;
  vnl_diag_matrix<double> m_scale, m_lps_to_ras;
  vnl_vector<double> v_origin, v_ras_offset;

to

  vnl_matrix_fixed<double, 3, 3> m_dir, m_ras_matrix;
  vnl_diag_matrix_fixed<double, 3> m_scale, m_lps_to_ras;
  vnl_vector_fixed<double, 3> v_origin, v_ras_offset;

to accommodate the recent update in ITKR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant