Giter VIP home page Giter VIP logo

mtexebsd's Introduction

Release Note of ebsd_filled_plot.m
製作者:Sando Sawa
バグ報告は[email protected]まで

v1.0.0
初期リリース版


使い方

まずはじめに
1. EBSDデータをインポート
2. #1(のセクション)を実行し、図の向きを調整する。
CHANNEL 5で得られたマップと見比べながら、figureタブのMTEX→x axis directionとz axis directionを調整。
一致するaxis directionがわかったら、スクリプトのxdi = 'east';とydi = 'intoPlane';を書き換える。
例:x axis direction: north, z axis direction: Out of planeのときにCHANNEL 5で得られたマップと一致する場合
→xdi = 'north';
 ydi = 'OutOfPlane';

結晶相のマップを描きたいとき
#2→#3

極図を描きたいとき
#2(まだやっていなければ)→#4(点)
             →#5(線付きコンター)
                          →#6(線なしコンター)

IPFを描きたいとき
#2(まだやっていなければ)→#7

misorientationのマップを描きたいとき
#8

構造地質学分野なので極図はX-Zプロットになっています。
X-Yに直したいときは
pfAnnotations = @(varargin) text([vector3d.X,vector3d.Y],{'X','Z'},...
'BackgroundColor','w','tag','axesLabels',varargin{:});
を
pfAnnotations = @(varargin) text([vector3d.X,vector3d.Y],{'X','Y'},...
'BackgroundColor','w','tag','axesLabels',varargin{:});
に直してください

極図はone point per grain(1粒子につき1点)になっています。
1点ずつに変えたい場合は
grains('Forsterite').meanOrientation
を
ebsd_corrected('Forsterite').orientations
に変えてください

mtexebsd's People

Contributors

sando-sawa avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.