Duke-UNC Brain Imaging and Analysis Center
BIAC Forums | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Support Forums
 Analysis Software Support
 recovering missing slices

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
mb Posted - Nov 03 2004 : 1:45:33 PM
When there are missing slices and the tech is able to recover the data, is it possible to not have copy01 appended to the good images or is there some script that will quickly rename them?

Thanks,
Mary Beth
2   L A T E S T    R E P L I E S    (Newest First)
charles.michelich Posted - Nov 03 2004 : 5:33:18 PM
You cannot tell if you have missing slices from the size of the image files because the recon still writes out the full image file size even if the raw data is missing.

You need to read the data and visually inspect it for missing slices. You can usually identify missing slices by looking at the time course of a voxel inside the brain in each slice. There is not a BXH file for the copy01 files so the easiest way to read them is using the 'Volume' format in readmr. For example:
img = readmr('V*.img_copy01',{'Volume',[xSz ySz zSz]});
showsrs2(img);
where xSz, ySz, zSz are the dimensions of the image.

Enjoy,
Chuck
jimmy.dias Posted - Nov 03 2004 : 3:34:25 PM
Hi Mary Beth,

All images associated with pfiles that have missing slices will be put into a directory name prepended with "missing_slices_". If the tech is able to recover data that originally had missing slices, you'll see the complete image set in the runXXX_YY directory. The missing slices image set will still be accessible in the missing_slices_runXXX_YY directory but is named so that it will not be used by bputil. That change will be deployed today. Other fixes had been made to cope with the missing slices problem but have now been scrapped. If, at any time after today, you encounter a run directory that has missing slices and is not in a "missing_slices" directory, email me the exam number, the experiment ID (e.g. Study.01), and the run number and I'll look into it.

Those of you since Oct 22nd of this year may have had the full dataset recovered afterwards by the tech. In these cases you should see all the resulting images in the runXXX_YY directory. All these images should be of the same filesize and at the most one or two should have copy01 appended to the filenames. Look at the filesizes to determine which one has the full image. If you can't determine which one has the full image, email me with the exam number and date and I'll see what I can do. Remember that this is only for those datasets that were immediately recovered by the tech, NOT just for any studies with missing slices.

Hope that helps,
Jimmy

BIAC Forums © 2000-2010 Brain Imaging and Analysis Center Go To Top Of Page
This page was generated in 0.34 seconds. Snitz Forums 2000