Skip to content

Commit

Permalink
update glmtest
Browse files Browse the repository at this point in the history
  • Loading branch information
lydiatgit committed Nov 30, 2012
1 parent 13ca6ee commit c3efa72
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/ARTIETests/glmtest.m
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,26 @@
#import "glmtest.h"

#import "CLETUS/COExperimentContext.h"
#import "ARAnalyzerGLM.h"
#import "ARTIE/ARAnalyzerGLM.h"
#import "ARAnalyzerGLMReference.h"
#import "EDNA/EDDataElementVI.h"
//#import "EDNA/EDDataElementVI.h"


@implementation glmtest

@end

int main(void)
int main()
{

NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
COSystemConfig *config = [[COSystemConfig alloc] init];
NSError *err = [config fillWithContentsOfEDLFile:@"../../tests/BARTMainAppTests/ConfigTestDataset02.edl"];
NSError *err = [config fillWithContentsOfEDLFile:@"../../tests/ARTIETests/ConfigTestDataset02.edl"];
if (nil != err)
NSLog(@"%@", err);


EDDataElement *inputData = [[EDDataElement alloc] initWithDataFile:@"../../tests/BARTMainAppTests/testfiles/TestDataset02-functional.nii" andSuffix:@"" andDialect:@"" ofImageType:IMAGE_FCTDATA];
EDDataElement *inputData = [[EDDataElement alloc] initWithDataFile:@"../../tests/ARTIETests/testfiles/TestDataset02-functional.nii" andSuffix:@"" andDialect:@"" ofImageType:IMAGE_FCTDATA];
NEDesignElement *inputDesign = [[NEDesignElement alloc] initWithDynamicDataFromConfig:config];

uint fwhm = 4;
Expand Down

0 comments on commit c3efa72

Please sign in to comment.