-
Notifications
You must be signed in to change notification settings - Fork 1
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
WIP: Mirror transforms #2
base: master
Are you sure you want to change the base?
Conversation
About |
Thanks a lot @dokato. So actually the symmetric FANC space defined by the registration is just the symmetric MANC space. So I think you could use the dimensions of that.
|
Are you sure @jefferis? All my landmark are in |
If you are using the |
No, I get that and I use landmarks file just for symmetrization, above is supposed to show that I don't quite get why: "symmetric FANC space defined by the registration is just the symmetric MANC space" when they are dissimilar in |
Hi both, I guess I didn't look closely enough at what @dokato did. I gave @schlegelp a bridging registration from FANC (µm) -> MANCsym (µm). Philipp then used that to generate landmark pairs that would define FANC (nm) -> FANC-mirrored (nm). Now I guess what Dominik has done is use the LR to mirroring field to generate a symmetrised FANC template version. How did you do that in detail, Dominik? Is it actually affine aligned to the YZ plane, something we normally do as final step when making an image-based symmetric template? |
@jefferis I did: mirror_reg_f <- tpsreg(
mirror_landmarks[c("x_flip", "y_flip", "z_flip")],
mirror_landmarks[c("x_mirr", "y_mirr", "z_mirr")]
) but TBH I got confused a little, I can see from these points that they just shift the voxels a little |
Introducing symmetrisation based on landmarks to FANCr.
Done:
mirror_fanc
FANC.surf
mirror_fanc_reglist
symmetric_fanc
TBD:
FANCsym