# HG changeset patch # User idamnjanovic # Date 1300203054 0 # Node ID 8288a23f041fbe001e328dade6acc1056d9be7b0 # Parent e08af264ef93d65ced83bdcf757301b523adbef2 diff -r e08af264ef93 -r 8288a23f041f To Do list.m --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/To Do list.m Tue Mar 15 15:30:54 2011 +0000 @@ -0,0 +1,13 @@ +CardiacMRI: +- Last thing I was dealing with was temporal fft operator that I have put in opFFTxd.m in util directory. +- Problem setup is now kind of realistic: + - user choose upload cardiac images from dataset + - he can shose the slice number (1-10 - default is 5) + - sigma level (0.05 by default) + - undersampling factor (fold default is 6) + - n image size (256 by default) + - read 3d matrix of n*n cardiac images in szt time points + - adds noise sigma*var(signal) + - do 2d circular fft per image and take random lines as specified by mask + - mask is made to sample n*szt/fold lines in phase encode and time dimensions + - play movies of original, undersampled cardiac images and mask \ No newline at end of file