Skip to content

Commit

Permalink
changed brainsfit.m to ea_brainsfit.m
Browse files Browse the repository at this point in the history
  • Loading branch information
andreashorn committed Oct 27, 2015
1 parent be316dd commit d55fb6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions ea_coregctmri_brainsfit.m
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,15 @@
% Andreas Horn

if ischar(options) % return name of method.
varargout{1}='BRAINSFit';
varargout{1}='BRAINSFit (recommended)';
varargout{2}={'SPM8','SPM12'};
varargout{3}=['nan']; % suggestion for alpha-parameter.
return
end


brainsfit([options.root,options.patientname,filesep,options.prefs.prenii_unnormalized],...
ea_brainsfit([options.root,options.patientname,filesep,options.prefs.prenii_unnormalized],...
[options.root,options.patientname,filesep,options.prefs.rawctnii_unnormalized],...
[options.root,options.patientname,filesep,options.prefs.ctnii_coregistered])
' --useRigid --useAffine --samplingPercentage 0.005 --removeIntensityOutliers 0.005 --initializeTransformMode useGeometryAlign --interpolationMode Linear']);


Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function brainsfit(fixedfilename, movingfilename, coregisteredoutputvolume)
function ea_brainsfit(fixedfilename, movingfilename, coregisteredoutputvolume)

% Wrapper for BRAINSFit

Expand Down

0 comments on commit d55fb6f

Please sign in to comment.