• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/31

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

31 Cards in this Set

  • Front
  • Back
By default bet just...
...calls the bet2 program for simple brain extraction.
bet syntax is
bet <input> <output> [options]
Bet GUI - firstly,
...set the input image filename and the output image filename. The output name is also used to generate the filenames for any optional outputs that are turned on.
Fractional intensity threshold must...
...must like between 0 and 1.
Changing Fractional intensity threshold from its default value of 0.5...
will cause the overall segmented brain to become larger (<0.5) or smaller (>0.5).
If you change the options menu from the default setting of "run standard brain extraction using bet 2", then...
...you will get one of the variations on default bet2 functionality.
Output brain-extracted image:
by default the only output from BET, an image with all non-brain matter removed.
Output binary brain mask image:
outpit a binary brain mask (0 outside of the brain and 1 inside). This can be used in later processing to mask other images derived from the original.
Apply thresholding to brain and mask image
BET applies thresholding to the segmented brain image (and also the brain mask if selected). Thus, inside the estimated brain, some voxels can be "zeroed" after segmentation, if their intensity falls below an automatically estimated threshold.
Output exterior skull surface image
BET produces an image estimate of the exterior surface of the skull. All non-skull-surface poitns are 0 in this image, skull-surface points are 100.
Output brain surface overlaid onto original image
Output is a copy of the original image, with additionally an outline of the brain's surface drawn on top.
Changing threshold gradient from its default value of 0
causes a gradient to be applied to the previous threshold. Thus setting a +ve value here causes the primary threshold to be reduced at the bottom of the brain, giving a larger brain estimate there, and a smaller estimate towards the top of the image.
Threshold gradient must lie between
-1 and 1.
Main bet2 option -o:
generate brain surface outline overlaid onto original image
Main bet2 option -m:
Generate binary brain mask.
Main bet2 option -s:
Generate rough skull image (not as clean as what betsurf generates)
Main bet2 option -n:
Don't generate the default brain image output
Main bet2 option -f <f>:
Fractiona intensity threshold (0 - >1); default =0.5; smaller values give larger brain outline estimates
Main bet2 option -g <g>:
vertical gradient in fractional intensity threshold (-1 - >1); default=0; positive values give larger brain outline at bottom, smaller at top
Main bet2 option -r <r>
Head radius (mm not voxels); initial surface sphere is set to half of this
Main bet2 option -c < x y z>
Centre-of-gravity (voxels not mm) of initial mesh surface.
Main bet2 option -t
apply thresholding to segmented brain image and mask
Main bet2 option -e
Generates brain surface as mesh in .vtk format
Variations on default bet2 functionality (mutually exclusive options): -R
This option runs more "robust" brain centre estimation; The primary purpose is to improve the brain extraction
when the input data contains a lot of non-brain matter - most likely when there is a lot of neck
included in the input image.
Variations on default bet2 functionality (mutually exclusive options): -S
This attempts to cleanup residual eye and optic nerve voxels which bet2 can sometimes
leave behind.
Variations on default bet2 functionality (mutually exclusive options): -B
This attempts to reduce image bias, and residual neck voxels. This
Variations on default bet2 functionality (mutually exclusive options): -Z
This can improve the brain extraction if only a few slices are present in the data (i.e., a
small field of view in the Z direction). This is achieved by padding the end slices in both
directions, copying the end slices several times, running bet2 and then removing the added
slices.
Variations on default bet2 functionality (mutually exclusive options): -F
This option uses bet2 to determine a brain mask on the basis of the first volume in a 4D
data set, and applies this to the whole data set. This is principally intended for use on FMRI
data, for example to remove eyeballs. Because it is normally important (in this application)
that masking be liberal (ie that there be little risk of cutting out valid brain voxels) the -f
threshold is reduced to 0.3, and also the brain mask is "dilated" slightly before being used.
Variations on default bet2 functionality (mutually exclusive options): -A
This runs both bet2 and betsurf programs in order to get the additional skull and scalp
surfaces created by betsurf. This involves registering to standard space in order to allow
betsurf to find the standard space masks it needs.
Variations on default bet2 functionality (mutually exclusive options): -A2 <T2>
This is the same as -A except that a T2 image is also input, to further improve
the estimated skull and scalp surfaces. As well as carrying out the standard space registration
this also registers the T2 to the T1 input image.
Option -b
This uses flirt to register the input image to a standard space whole-head image; the resulting
transform is then inverted and a standard-space brain mask is transformed into the space of
the input image, and then applied to this to create the output.