Skip to content

Polycrystal texture data representation and management

Notifications You must be signed in to change notification settings

brianphung/PyTexture

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyTexture is an exploration tool for microstructure data. Grain orientation data from a metallic microstructure (FCC or HCP) can be uploaded and various features can be extracted such as Schmid factors or Taylor factors. The addition of neighbor data can be used to extract grain-neighbor features such as misorientations and slip transmission.

PyTexture can also be used to randomly generate grain orientations if no data exists.

Install

As this is currently in development, the best way to install this is via pip development mode.

  1. Clone the directory.
  2. Navigate to the directory.
  3. Use:

pip install --editable .

  1. Test that this was successful via:

python -c 'import PyTexture'

About

Polycrystal texture data representation and management

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%