Conversation
Print matrices and vectors, remove redundant info
|
I took the orientation code logic from In ITK 6.0, the spatial orientation enums are replaced by a new class itkAnatomicalOrientation, which uses unambiguous terms like "RightToLeft" but can also provide the traditional three letter codes. |
|
Can you post a diff of the output of PrintHeader before and after for a file here? |
|
Old is on the left |
|
IDK why qfac is a float now, will fix |
|
Actually, it would need to be fixed upstream. The ITK metadata stores qfac as a float, and the rest of the pixdims as strings. |
|
Clarifying that the "Voxel->RAS" transform is Voxel->RAS+. |
|
I'm thinking about removing the "Voxel->RAS+ x-form" output because I think it might become confusing, we use ITK LPS+ coordinates throughout ANTsX. |
Print matrices and vectors, remove redundant info
Fixes #960