Skip to content

Commit

Permalink
update small utils
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminbritton committed Nov 22, 2023
1 parent ac945b4 commit 9d679de
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions start_AstroEBSD.m
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@
addpath([Astro_FP,link, 'modules',link,'pca',link,'plugins',link,'Colormaps']);
addpath([Astro_FP,link, 'modules',link,'pca',link,'RunPCA']);

addpath([Astro_FP,link, 'modules',link,'ded_tkd']);
addpath([Astro_FP,link, 'modules',link,'ded_general']);
addpath([Astro_FP,link, 'modules',link,'ded_ebsd']);


addpath([Astro_FP,link, 'modules',link,'rtm']);
addpath([Astro_FP,link, 'modules',link,'rtm',link,'bin']);
Expand Down
3 changes: 3 additions & 0 deletions utils/astro_loadcheck.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
%% Tool to check if AstroEBSD is loaded

disp('AstroEBSD v2 is loaded');

0 comments on commit 9d679de

Please sign in to comment.