-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
EBSDAM requires a patched MTEX version 3.3.2. The patch is attached!
If you have a previous version, unistall it first!
Installation procedure
Uninstalation procedure
Reinstallation procedure
Manual setup of working directories
- Run Matlab with administrator rights.
- Install MTEX 3.3.2 and patch it.
- Rename or remove 'startup.m' script in MTEX root folder.
- Extract EBSDAM to folder and change Matlab current folder on this folder.
- Run 'startup_ebsdam.m' script.
- Setup working directories. Run 'ui\setupWorkDirs.m'.
- Run 'check_ebsdam.m' to check settings
- Write loaders for your data and start to work.
- Run Matlab with administrator rights.
- Run startup_ebsdam('uninstall') at ebsdam root folder
- Run Matlab with administrator rights.
- Uninstall previous version at first.
- Install new version.
You can setup working directories manual (instead of run 'ui\setupWorkDirs.m').
You must file 'EBSDAM_settings.m' in EBSDAM root directory and set some preferences.
After run create_test_sample
.
Example of 'EBSDAM_settings.m':
setpref('ebsdam','data_dir','~/Work/EBSD/data');
setpref('ebsdam','output_dir','~/Work/EBSD/out');
setpref('ebsdam','cache_dir','~/Work/EBSD/cache');
setpref('ebsdam','doc_dir','~/Work/EBSD/doc');
setpref('ebsdam','caching', 1);
setpref('ebsdam','saveResult', 1);
setpref('ebsdam','maxProbParents', 2000);
Description:
'data_dir'
- directory with EBSD data file for samples (see 'Load data' page)
'output_dir'
- directory for output information: reports, figures
'cache_dir'
- directory for cache file of EBSD data (see 'Caching' page)
'doc_dir'
- directory for documents (not used now)
'caching'
- turn on/off caching (see 'Caching' page)
'saveResult'
- save results (outputs) to disk (see 'Save result' page)
'maxProbParents'
- limit the number of probable parents in findParent (depend on system memory)
- Home
- Description
- Installation
- Start to work:
- Load data
- Write script
- Jobs list
- Maps
- Phases
- Props
- OR
- Grains
- Parent
- Size
- Features
- Caching
- Save results
- Silent plot
- OIM sample frame
- Troubleshooting
- Out of memory
- Bad grain reconstruction