% Bases on example3D
% but new contrast with real and imaginary part

example3D;

seti.dirSuffix = '';

seti.alpha = 1000;
% alpha:
% autoparam3 recomends a number between 1000 (OK) and 3250 (not OK);
% aborted more detailed search because of time.
% autoparam3 was related to a version of twoTripodsRealImag3D with a two
% high contrastast because of overlap; problem in constrast is solved;
% however, 1000 should be a suitable parameter.
seti.beta = seti.alpha*1E-5/500;

seti.contrast = 'twoTripodsRealImag3D';
seti.faceColor3D = 'blue';

% -- figures and files

seti.plotFreq = 10;
seti.plotPublish = 1;

seti.colormap = 'default';
seti.usecbarlim = 1;
seti.cbarlim = [-0.15, 1.15];

seti.savepng = 1;
seti.saveepsc = 1;
seti.savefig = 1;

seti.savedata = 1;