Implement texture components (in Elasticipy) #625
Replies: 4 comments 3 replies
|
@DorianDepriester looks very nice! I guess for now the first thing I'd recommend is adding it to the related projects. If you want to edit the docs you can otherwise I can as well. I just did a quick glance at the package, one thing that I'd recommend is using sphinx-gallery. You have lots of nice examples but they aren't run/ part of the documentation from what I can tell. It would be easy to convert those into examples like this -->this and have them be run as part of building the docs. |
|
Actually, the Example folder is (at this point) more a sandbox than a real public example. In the near future, I could indeed convert its content into "runnable" documentations. In the meantime, I use another repo to host a Jupyter Notebook, which can be run interactively on Binder. About the "related projects" page, should I make a PR to add mine to the list? |
|
First off, thank you for commenting, and I'm glad you're finding ORIX useful. A few comments:
There has been talk for a long time about adding texture components to ORIX. If this is something you would be interested in contributing to, we should talk more, it would be great to get some help.
I will absolutely second @CSSFrancis. It's a lot of work up front, but more maintainable in the long run. The resulting ReadtheDocs galleries are also (In my opinion ) much easier for outsiders to use than Binder. That said, it's also a feature you can add later, like in the examples Carter linked above.
I'd say go for it. |
|
Dear all, |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Dear community,
As part of the Elasticipy package, I have started implementing crystallographic texture support. This work naturally relies heavily on Orix for orientation handling.
Common texture components (Goss, Copper, fibres, etc.) are already available. At this stage, the implementation is limited to ideal texture components (i.e. no angular spread around the theoretical orientation), as well as combinations of such components. An example is provided here. This feature can, in terms, be moved from Elasticipy to Orix.
Any feedback or suggestions would be very welcome!
All reactions