You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 thesrc
anddst
are constant and if not, generate a list ofFSLinearTransform
, keeping theFSLinearTransformArray
otherwise.The text was updated successfully, but these errors were encountered: