// Decorrelates a set of separable 4D components from
// a 4D dataset
#include"newimage/newimageall.h"
#include"miscmaths/miscmaths.h"
#include"utils/options.h"
usingnamespaceNEWIMAGE;
usingnamespaceMISCMATHS;
usingnamespaceUtilities;
// The two strings below specify the title and example usage that is
// printed out as the help or usage message
stringtitle="fsldecorr4d (Version 1.0)\nCopyright(c) 2004, University of Oxford (Mark Jenkinson)\nRemoves 4D components (by decorrelation) from a 4D dataset.\nEach component needs to be specified by a separate timecourse and spatial map.\nThe spatial maps are input as a single 4D file and the timecourses as a text matrix (with each column being a timecourse with the same ordering as the corresponding spatial maps.\n";