EASYconsole.m debugging, remove returnStartDir

This commit is contained in:
2024-07-26 10:32:28 -04:00
parent 162057eb69
commit b35beb2591

View File

@@ -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