FEAT 1 Practical


Practical Overview

This tutorial leads you through some standard single-subject analyses with FEAT. There may be moments when you are waiting for programs to run; during those times take a look at the FEAT manual (in particular look at the Detail section). We also suggest that you do read it carefully after the course, before using FEAT.

Find the practical data

cd ~/fsl_course_data/fmri

Example real audio-visual dataset

cd av

The dataset fmri.nii.gz is from an audio-visual experiment. Auditory stimulation was applied as an alternating "boxcar" with 45s-on-45s-off and visual stimulation was applied as an alternating "boxcar" with 30s-on-30s-off. The TR is 3 seconds. We have extracted just 45 timepoints and 5 slices from the original 4D data, to speed up the analysis.

Calculate the high-pass filter cutoff from the design

Using the command line utility cutoffcalc you can obtain estimates of a 'safe' high-pass filter cutoff value (in seconds) to be used in FEAT.

Featquery

Featquery allows you to calculate certain data statistics, either at a voxel of interest, or averaged over a region of interest using a mask. We will use the standard-space mask which we created earlier.

High-resolution Single-Session Overlays

You might want to see your low resolution data overlaid onto your high resolution image. Use Renderhighres (on mac Renderhighres_gui) and select your FEAT output directory. Select the Space to upsample to: standard option and also select the Background image: main structural option. When the processing has finished you can find the hr/rendered_*.nii.gz pictures in the FEAT directory and view them with fslview. Renderhighres takes a minute or two to run, as the images get resampled into high resolution using the "accurate", but slow, sinc interpolation method; whilst you are waiting you should start a new terminal and move on to the next section.

Custom Waveforms

We can load more complicated EVs into FEAT using Custom Waveforms. Here, a simulated dataset has been generated with some more complicated event-related conditions to model.

cd ~/fsl_course_data/fmri/art
Feat &

(Feat_gui &     on Mac)

This is the end of FEAT session 1. But don't forget to take a look at your Renderhighres results.