Duke-UNC Brain Imaging and Analysis Center
BIAC Forums | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password   Forgot your Password?
 All Forums
 Support Forums
 Analysis Software Support
 potentially-clipped voxels in QA
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

ch186
New Member

20 Posts

Posted - Sep 28 2012 :  1:36:33 PM  Show Profile  Reply with Quote
What does the warning in the QA about potentially-clipped voxels mean? We just moved a protocol over to BIAC5 and the subject has a warning in every run. The first subject only had a warning of 1 clipped-voxel.

Example:
run006_02: WARNING: run006_02/run006_02.bxh has 2899 potentially-clipped voxels (with max int16 value 32767).
run006_03: WARNING: run006_03/run006_03.bxh has 2626 potentially-clipped voxels (with max int16 value 32767).

Thanks!

syam.gadde
BIAC Staff

USA
421 Posts

Posted - Sep 28 2012 :  1:46:03 PM  Show Profile  Reply with Quote
By default the BIAC processing daemon writes image data out as signed 16-bit integers. This data type has a maximum value of 32767. The recon sometimes writes out values greater than this value. If so, those values will be clipped to 32767. If you are seeing the "potentially-clipped" message, it is showing you the number of voxels that may be affected by this.

You can window the data in an image viewer to see which particular voxels are hitting this value. Also the following command:
fmriqa_count --granularity voxel --ge 32767 /path/to/image/file
will give a list of voxel indices. The image file can be a .bxh file or .nii.gz or DICOM, or any other supported image format.

One solution is to ask Chris to have the daemon write out future image data as 32-bit floating point for your experiment. If you do this, the raw data will take twice as much disk space. Since data analysis accounts for most of the disk space you use, and since many data analyses write out floating point anyway, you may not notice the increased disk usage. But it's worth mentioning.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
BIAC Forums © 2000-2010 Brain Imaging and Analysis Center Go To Top Of Page
This page was generated in 0.53 seconds. Snitz Forums 2000