├── Doxyfile ├── Examples ├── EBSD.ang ├── EBSD.oim └── EBSD.osc ├── HTMLInputDynamic └── empty.txt ├── HTMLInputStatic ├── DoxygenLayout.xml ├── bc_OIM_ND.bmp ├── bc_OIM_PF.bmp ├── bc_OIM_RD_y.bmp ├── bc_OIM_TD_x.bmp ├── bc_mTex_ND.png ├── bc_mTex_PF.png ├── bc_py_ND.png ├── bc_py_PF.png ├── bc_py_RD.png ├── bc_py_TD.png ├── customdoxygen.css ├── ebsd_OIM_ND.bmp ├── ebsd_OIM_ND_Symbols.bmp ├── ebsd_OIM_PF001.bmp ├── ebsd_OIM_PF111.bmp ├── ebsd_OIM_RD.bmp ├── ebsd_Orientation1.png ├── ebsd_mTex_ND.bmp ├── ebsd_mTex_ND.png ├── ebsd_mTex_PF100Contour_org.png ├── ebsd_mTex_PF100Contour_xNorthzOutOfPlane.png ├── ebsd_mTex_PF100_xNorthzOutOfPlane.png ├── ebsd_mTex_PF111_xNorthzOutOfPlane.png ├── ebsd_py_ND.png ├── ebsd_py_PF100.png ├── ebsd_py_PF100Contour.png ├── ebsd_py_PF111.png ├── ebsd_py_RD.png ├── footer.html ├── header.html ├── logo.png ├── logo1.png └── logo2.png ├── LICENSE.md ├── README.md ├── arial.ttf ├── ebsd.doctest ├── ebsd.doxy ├── ebsd.py ├── ebsd_Orientation.doctest ├── ebsd_Orientation.doxy ├── ebsd_Orientation.py ├── ebsd_Quaternion.py ├── ebsd_Rodrigues.py ├── ebsd_Symmetry.doctest ├── ebsd_Symmetry.doxy ├── ebsd_Symmetry.py ├── main_doc.doctest ├── main_doc.doxy └── verifyAll.py /Doxyfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteffenBrinckmann/pythonEBSD/HEAD/Doxyfile -------------------------------------------------------------------------------- /Examples/EBSD.ang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteffenBrinckmann/pythonEBSD/HEAD/Examples/EBSD.ang -------------------------------------------------------------------------------- /Examples/EBSD.oim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteffenBrinckmann/pythonEBSD/HEAD/Examples/EBSD.oim -------------------------------------------------------------------------------- /Examples/EBSD.osc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteffenBrinckmann/pythonEBSD/HEAD/Examples/EBSD.osc -------------------------------------------------------------------------------- /HTMLInputDynamic/empty.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /HTMLInputStatic/DoxygenLayout.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteffenBrinckmann/pythonEBSD/HEAD/HTMLInputStatic/DoxygenLayout.xml -------------------------------------------------------------------------------- /HTMLInputStatic/bc_OIM_ND.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteffenBrinckmann/pythonEBSD/HEAD/HTMLInputStatic/bc_OIM_ND.bmp -------------------------------------------------------------------------------- /HTMLInputStatic/bc_OIM_PF.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteffenBrinckmann/pythonEBSD/HEAD/HTMLInputStatic/bc_OIM_PF.bmp -------------------------------------------------------------------------------- /HTMLInputStatic/bc_OIM_RD_y.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteffenBrinckmann/pythonEBSD/HEAD/HTMLInputStatic/bc_OIM_RD_y.bmp -------------------------------------------------------------------------------- /HTMLInputStatic/bc_OIM_TD_x.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteffenBrinckmann/pythonEBSD/HEAD/HTMLInputStatic/bc_OIM_TD_x.bmp -------------------------------------------------------------------------------- /HTMLInputStatic/bc_mTex_ND.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteffenBrinckmann/pythonEBSD/HEAD/HTMLInputStatic/bc_mTex_ND.png -------------------------------------------------------------------------------- /HTMLInputStatic/bc_mTex_PF.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteffenBrinckmann/pythonEBSD/HEAD/HTMLInputStatic/bc_mTex_PF.png -------------------------------------------------------------------------------- /HTMLInputStatic/bc_py_ND.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteffenBrinckmann/pythonEBSD/HEAD/HTMLInputStatic/bc_py_ND.png -------------------------------------------------------------------------------- /HTMLInputStatic/bc_py_PF.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteffenBrinckmann/pythonEBSD/HEAD/HTMLInputStatic/bc_py_PF.png -------------------------------------------------------------------------------- /HTMLInputStatic/bc_py_RD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteffenBrinckmann/pythonEBSD/HEAD/HTMLInputStatic/bc_py_RD.png -------------------------------------------------------------------------------- /HTMLInputStatic/bc_py_TD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteffenBrinckmann/pythonEBSD/HEAD/HTMLInputStatic/bc_py_TD.png -------------------------------------------------------------------------------- /HTMLInputStatic/customdoxygen.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteffenBrinckmann/pythonEBSD/HEAD/HTMLInputStatic/customdoxygen.css -------------------------------------------------------------------------------- /HTMLInputStatic/ebsd_OIM_ND.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteffenBrinckmann/pythonEBSD/HEAD/HTMLInputStatic/ebsd_OIM_ND.bmp -------------------------------------------------------------------------------- /HTMLInputStatic/ebsd_OIM_ND_Symbols.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteffenBrinckmann/pythonEBSD/HEAD/HTMLInputStatic/ebsd_OIM_ND_Symbols.bmp -------------------------------------------------------------------------------- /HTMLInputStatic/ebsd_OIM_PF001.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteffenBrinckmann/pythonEBSD/HEAD/HTMLInputStatic/ebsd_OIM_PF001.bmp -------------------------------------------------------------------------------- /HTMLInputStatic/ebsd_OIM_PF111.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteffenBrinckmann/pythonEBSD/HEAD/HTMLInputStatic/ebsd_OIM_PF111.bmp -------------------------------------------------------------------------------- /HTMLInputStatic/ebsd_OIM_RD.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteffenBrinckmann/pythonEBSD/HEAD/HTMLInputStatic/ebsd_OIM_RD.bmp -------------------------------------------------------------------------------- /HTMLInputStatic/ebsd_Orientation1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteffenBrinckmann/pythonEBSD/HEAD/HTMLInputStatic/ebsd_Orientation1.png -------------------------------------------------------------------------------- /HTMLInputStatic/ebsd_mTex_ND.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteffenBrinckmann/pythonEBSD/HEAD/HTMLInputStatic/ebsd_mTex_ND.bmp -------------------------------------------------------------------------------- /HTMLInputStatic/ebsd_mTex_ND.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteffenBrinckmann/pythonEBSD/HEAD/HTMLInputStatic/ebsd_mTex_ND.png -------------------------------------------------------------------------------- /HTMLInputStatic/ebsd_mTex_PF100Contour_org.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteffenBrinckmann/pythonEBSD/HEAD/HTMLInputStatic/ebsd_mTex_PF100Contour_org.png -------------------------------------------------------------------------------- /HTMLInputStatic/ebsd_mTex_PF100Contour_xNorthzOutOfPlane.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteffenBrinckmann/pythonEBSD/HEAD/HTMLInputStatic/ebsd_mTex_PF100Contour_xNorthzOutOfPlane.png -------------------------------------------------------------------------------- /HTMLInputStatic/ebsd_mTex_PF100_xNorthzOutOfPlane.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteffenBrinckmann/pythonEBSD/HEAD/HTMLInputStatic/ebsd_mTex_PF100_xNorthzOutOfPlane.png -------------------------------------------------------------------------------- /HTMLInputStatic/ebsd_mTex_PF111_xNorthzOutOfPlane.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteffenBrinckmann/pythonEBSD/HEAD/HTMLInputStatic/ebsd_mTex_PF111_xNorthzOutOfPlane.png -------------------------------------------------------------------------------- /HTMLInputStatic/ebsd_py_ND.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteffenBrinckmann/pythonEBSD/HEAD/HTMLInputStatic/ebsd_py_ND.png -------------------------------------------------------------------------------- /HTMLInputStatic/ebsd_py_PF100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteffenBrinckmann/pythonEBSD/HEAD/HTMLInputStatic/ebsd_py_PF100.png -------------------------------------------------------------------------------- /HTMLInputStatic/ebsd_py_PF100Contour.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteffenBrinckmann/pythonEBSD/HEAD/HTMLInputStatic/ebsd_py_PF100Contour.png -------------------------------------------------------------------------------- /HTMLInputStatic/ebsd_py_PF111.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteffenBrinckmann/pythonEBSD/HEAD/HTMLInputStatic/ebsd_py_PF111.png -------------------------------------------------------------------------------- /HTMLInputStatic/ebsd_py_RD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteffenBrinckmann/pythonEBSD/HEAD/HTMLInputStatic/ebsd_py_RD.png -------------------------------------------------------------------------------- /HTMLInputStatic/footer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteffenBrinckmann/pythonEBSD/HEAD/HTMLInputStatic/footer.html -------------------------------------------------------------------------------- /HTMLInputStatic/header.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteffenBrinckmann/pythonEBSD/HEAD/HTMLInputStatic/header.html -------------------------------------------------------------------------------- /HTMLInputStatic/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteffenBrinckmann/pythonEBSD/HEAD/HTMLInputStatic/logo.png -------------------------------------------------------------------------------- /HTMLInputStatic/logo1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteffenBrinckmann/pythonEBSD/HEAD/HTMLInputStatic/logo1.png -------------------------------------------------------------------------------- /HTMLInputStatic/logo2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteffenBrinckmann/pythonEBSD/HEAD/HTMLInputStatic/logo2.png -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteffenBrinckmann/pythonEBSD/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteffenBrinckmann/pythonEBSD/HEAD/README.md -------------------------------------------------------------------------------- /arial.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteffenBrinckmann/pythonEBSD/HEAD/arial.ttf -------------------------------------------------------------------------------- /ebsd.doctest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteffenBrinckmann/pythonEBSD/HEAD/ebsd.doctest -------------------------------------------------------------------------------- /ebsd.doxy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteffenBrinckmann/pythonEBSD/HEAD/ebsd.doxy -------------------------------------------------------------------------------- /ebsd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteffenBrinckmann/pythonEBSD/HEAD/ebsd.py -------------------------------------------------------------------------------- /ebsd_Orientation.doctest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteffenBrinckmann/pythonEBSD/HEAD/ebsd_Orientation.doctest -------------------------------------------------------------------------------- /ebsd_Orientation.doxy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteffenBrinckmann/pythonEBSD/HEAD/ebsd_Orientation.doxy -------------------------------------------------------------------------------- /ebsd_Orientation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteffenBrinckmann/pythonEBSD/HEAD/ebsd_Orientation.py -------------------------------------------------------------------------------- /ebsd_Quaternion.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteffenBrinckmann/pythonEBSD/HEAD/ebsd_Quaternion.py -------------------------------------------------------------------------------- /ebsd_Rodrigues.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteffenBrinckmann/pythonEBSD/HEAD/ebsd_Rodrigues.py -------------------------------------------------------------------------------- /ebsd_Symmetry.doctest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteffenBrinckmann/pythonEBSD/HEAD/ebsd_Symmetry.doctest -------------------------------------------------------------------------------- /ebsd_Symmetry.doxy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteffenBrinckmann/pythonEBSD/HEAD/ebsd_Symmetry.doxy -------------------------------------------------------------------------------- /ebsd_Symmetry.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteffenBrinckmann/pythonEBSD/HEAD/ebsd_Symmetry.py -------------------------------------------------------------------------------- /main_doc.doctest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteffenBrinckmann/pythonEBSD/HEAD/main_doc.doctest -------------------------------------------------------------------------------- /main_doc.doxy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteffenBrinckmann/pythonEBSD/HEAD/main_doc.doxy -------------------------------------------------------------------------------- /verifyAll.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteffenBrinckmann/pythonEBSD/HEAD/verifyAll.py --------------------------------------------------------------------------------