Paul--
---
You received this message because you are subscribed to the Google Groups "DTI-TK" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dtitk+un...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
1) For intra-subject normalization, to create each subject's half-space template, I'd warp each time point with the corresponding combined deformation, then average the resulting images (with TVMean). This will eliminate one extra interpolation and reduce unnecessary blurring, providing a better image for the inter-subject normalization.
-- I have tried your suggestion, everything run smoothly, thanks very much.
(2) In your group's paper, you also performed half-way space registration approach. For personal highly interest in different registration approach for longitudinal analysis pipeline, could i ask some questiones for this approach (sorry to bother you !)? The following demo script is my custom half-way space registration demo code for creating intra-subject template using FSL command line tool, however i don't know this script is correct or not. Could you help me to check this demo script ? (Time-Point 1 for Subject S_002: T1_S_002.nii.gz ; Time-point 2 for Subject S_002: T2_S_002.nii.gz)# Intra-subject templateflirt -in T1_S_002.nii.gz -ref T2_S_002.nii.gz -omat Time1_to_Time2.matavscale --allparams Time1_to_Time2.mat | grep -A 4 "Forward half transform" | tail -n 4 > Half_Way_T1.matflirt -in T2_S_002.nii.gz -ref T1_S_002.nii.gz -omat Time2_to_Time1.matavscale --allparams Time2_to_Time1.mat | grep -A 4 "Forward half transform" | tail -n 4 > Half_Way_T2.matflirt -in T1_S_002.nii.gz -ref T2_S_002.nii.gz -applyxfm -init Half_Way_T1.mat -o T1_S_002_Half_Way.nii.gz -interp splineflirt -in T2_S_002.nii.gz -ref T1_S_002.nii.gz -applyxfm -init Half_Way_T2.mat -o T2_S_002_Half_Way.nii.gz -interp splinefslmaths T1_S_002_Half_Way.nii.gz -add T2_S_002_Half_Way.nii.gz -div 2 S_002_Half_Way_Space_Template.nii.gz
(3) For the last question, have you ever perform half-space registration for subject with three time-points data? I also want to figure out how to perform multi time-points (> 2 time-points) data using half-way space registration framework. Could you shed some light for me?
Hi all,I'll attempt to make this more readable for those who are new at DTI-TK and future investigators that might like to use this process.I've been trying to digest what it's been written before and I have a couple of doubts I wish somebody can help me. I've included my questions with a "Q#)" notation below.I am assuming Paul followed this example (http://dti-tk.sourceforge.net/pmwiki/pmwiki.php?n=Documentation.Registration ), which omits many of the steps explained before they go into the example and make it a little more confusing to follow :/ Anyhow, here is my attempt with my doubts...Let first talk about the intra_subject registration.The steps I followed and according to Paul and Gary's suggestions....-------------------Intra-subject (within subject for Timepoint1 and timepoint2):1. dti_template_bootstrap ixi_aging_template.nii.gz Intra_subject.txt EDS#According to my understanding and the output when I execute this command, this will:#First, this will generate a iteratively registration of each subject's timepoint1 and timepoint2 image to the template specified (in this case ixi_aging...) using the "EDS" similarity measure.
So,Q1) What does EDS stand for? Is it Euclidean distance of tensor measurement explained in Shiva's tensor pipeline?
This command will generate 5 outputs:OUTPUT1 --> SubjT1.affOUTPUT2 --> SubT2.aff ----> which stores the transformation matrix between every imagesT1/T2 space to the template after iteratively repeating theregistration process and a vector.Q2) How is the VECTOR important in this "tensor"? I use FSL and it's difficult to grasp a "tensor" notation in single 3D image rather than 4D images such as V*s or L*s.
Consequently, it also creates:OUTPUT3 ---> SubjT1_aff.nii.gzOUTPUT4 ---> SubjT1_aff.nii.gz ----> which according to my understanding are the warped images when the .aff is applied to the each T1/T2 imagespace with the once iteratively registered to the template.
And finally,OUTPUT5 --> mean_initial.nii.gz --> my intuition tells me that this output is the mean (or averaged) "new template" created from our previousregistrations. I feel this is a little confusing name becuase I am not sure what the "mean" definition stands for...
Q3) I would love a better explanation of mean_inital.nii.gz
The second command Paul suggests is:2. dti_affine_population mean_initial.nii.gz Intra_subject.txt EDS 3Q4) According to what I understand, this step will affine align the mean_inital template using the previously outputted files (OUTPUT1 and OUTPUT2). Is this correct?If so and probably my last question (before I dig more into Paul's next steps...),
Q5) I am not sure where to apply Gary's suggestion (before or after the previous commands) and what he meant with "the corresponding combined deformation":"For intra-subject normalization, to create each subject's half-space template, I'd warp each time point with the corresponding combined deformation, then average the resulting images (with TVMean). This will eliminate one extra interpolation and reduce unnecessary blurring, providing a better image for the inter-subject normalization."
--
---
You received this message because you are subscribed to the Google Groups "DTI-TK" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dtitk+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
---
You received this message because you are subscribed to the Google Groups "DTI-TK" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dtitk+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
---
You received this message because you are subscribed to a topic in the Google Groups "DTI-TK" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/dtitk/ciF3INwnGt8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to dtitk+unsubscribe@googlegroups.com.
To unsubscribe from this group and all its topics, send an email to dtitk+un...@googlegroups.com.