General Use
| startup.m | This is my personal startup file for matlab |
| batchPrintJPG.m | print a directory of images and add filenames |
| MakeQTMovie.m | make a QuickTime movie file |
| ReadQTMovie.m | read a QuickTime movie file |
| printcolorjpgs.m | self-explanatory |
| superFilter.m | useful lowpass filter function |
For experiments
| Psychtoolbox | Set of tools for experiments in MEG and/or fMRI and/or behavioral studies. Designed for accurate timing of events, fast output of visual and/or auditory stimuli, and easy scripting. |
| example scripts | The scripts I used for a particular shape perception study in
MEG and fMRI to generate stimuli. My stuff uses visual stimuli, called random dot kinematograms. |
MEG related
| asc2mat.m | convert .fiff ascii files to matlab format |
| read_ncov.m | read a noise covariance file |
| readAINFfile.m | read .ainf file (from .fiff files) |
| make_cov_file.m | make a covariance file from a .fiff file |
| readDipoles.m | read a binary dipole file (from XFIT) |
| readPosData.m | read PosData file (from .fiff files) |
| writeDipoles.m | write a binary dipole file (for XFIT) |
| inv_fpdf.m |
compute what F value corrisponds
to a particular p value from dSPM |
| draw_MNE_set.m |
draws MEG data on inflated brain
using Fa-Hsuan Toolbox |
4D Toolbox Related...
4D Toolbox page
fMRI related
| batchRGB.m | convert RGB files to JPEG files |
| fmri_ldcor.m | load fMRI .COR files (for FSFAST) |
| fmri_merge_labels.m | merges label definitions for ROI (for FSFAST) |
| read_a_surf.m | read a surface file (for FSFAST) |
(return Back to Daniel's Homepage)