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

Current FreeSurfer LTA implementation conflates head-motion series with transform array #147

Open
oesteban opened this issue Feb 16, 2022 · 0 comments

Comments

@oesteban
Copy link
Collaborator

The LTA format allows reference and moving to be defined per entry in the affine list. However, our current implementation interprets these as a list of affines all referenced to the same reference/moving pair.

It would be easy to fix FSLinearTransformArray class-methods to check whether the src and dst are constant and if not, generate a list of FSLinearTransform, keeping the FSLinearTransformArray otherwise.

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