MP2RAGE-related-scripts
MP2RAGE-related-scripts copied to clipboard
Dictionary mapping description
Hi,
I am going through implementing the dictionary mapping script (MP2RAGE_dictionaryMatching.m), and noticed the description is incomplete regarding the function to be used to correct the INV1 and 2 image values. See the code block below:
% INV1 is the Inv1 image, it should be a real value (positive and negative % values) its intensities should have been corrected using "" function % INV2 is the Inv1 image, it should be a real value (positive and negative % values) its intensities should have been corrected using "" function
I am assuming the function should be "Correct_INV1INV2_withMP2RAGEuni.m" ? Thanks!