EASYconsole.m debugging, remove returnStartDir
This commit is contained in:
@@ -16,11 +16,13 @@ function varargout = EASYconsole(varargin)
|
||||
% Initialize some variables from matlab
|
||||
startDir=pwd;
|
||||
easyPath=which(mfilename);
|
||||
[easyDir,easy_filename]=fileparts(easyPath);
|
||||
[easyDir,easyFileName]=fileparts(easyPath);
|
||||
easyDir=fullfile(easyDir)
|
||||
[parentDir, ~]=fileparts(easyDir);
|
||||
userName=system('whoami');
|
||||
|
||||
disp(strcat('This script name: ', easyFileName))
|
||||
|
||||
% Set scansDir intelligently (project scans directory)
|
||||
% 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
|
||||
|
||||
Reference in New Issue
Block a user