Coding Guide

This page is a loose collection of various coding guides and tips for FreeSurfer programmers.

Code style

The script ~nicks/bin/do-astyle-onefile will reformat a file to these conventions, making use the 'astyle' utility.

MRI Cheat Sheet

MRI cheat sheet

Ever wonder when you should use MRIcopy() vs MRIclone()? DougGreve has drawn up a little cheat sheet for some of these MRI functions.

Naming Conventions

A page of naming convention suggestions.