EASYconsole.m debugging, remove returnStartDir
This commit is contained in:
@@ -16,11 +16,13 @@ function varargout = EASYconsole(varargin)
|
|||||||
% Initialize some variables from matlab
|
% Initialize some variables from matlab
|
||||||
startDir=pwd;
|
startDir=pwd;
|
||||||
easyPath=which(mfilename);
|
easyPath=which(mfilename);
|
||||||
[easyDir,easy_filename]=fileparts(easyPath);
|
[easyDir,easyFileName]=fileparts(easyPath);
|
||||||
easyDir=fullfile(easyDir)
|
easyDir=fullfile(easyDir)
|
||||||
[parentDir, ~]=fileparts(easyDir);
|
[parentDir, ~]=fileparts(easyDir);
|
||||||
userName=system('whoami');
|
userName=system('whoami');
|
||||||
|
|
||||||
|
disp(strcat('This script name: ', easyFileName))
|
||||||
|
|
||||||
% Set scansDir intelligently (project scans directory)
|
% Set scansDir intelligently (project scans directory)
|
||||||
% Allow users to specify a PROJECT=/mnt/data/ExpJobs/Job directory to analyze with EASY
|
% Allow users to specify a PROJECT=/mnt/data/ExpJobs/Job directory to analyze with EASY
|
||||||
% This better enables running the new EASY in standalone mode
|
% This better enables running the new EASY in standalone mode
|
||||||
|
|||||||
Reference in New Issue
Block a user