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

BUG: permissive cosine computation from non-orthogonal sform had reve… #4847

Merged

Commits on Sep 12, 2024

  1. BUG: NIFTI "permissive" direction cosine error

    Computation from non-orthogonal sform had reversed SVD components
    
    U and V were reversed in the reconstruction of M, according to definitions here
    
    https://vxl.github.io/doc/release/core/vnl/html/classvnl__svd.html
    cookpa committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    c42f500 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. ENH: Test non-orthogonal NIFTI sform

    Catches direction flip introduced by earlier SVD bug
    cookpa committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    a20a84f View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    71449a7 View commit details
    Browse the repository at this point in the history