pyxem / pyxem-demos

Examples and tutorials of multi-dimensional diffraction microscopy workflows using pyxem.
29 stars 38 forks source link

Added Molecular Glass Orientation Mapping #84

Closed CSSFrancis closed 1 year ago

CSSFrancis commented 1 year ago

@SyHuang19 @TimothyLambdenCambridge Is there a chance you can look at this notebook for doing Orientation analysis on molecular glasses and make sure things look good?

I think that this is a good example of how to integrate some custom functions in with hyperspy/ pyxem so while these features might be added later I think a good first step is to show how this can be done. In order to add this completely into hyperspy/pyxem we would probably have to make some changes into hyperspy as to how the model fitting works when you want to use multiple cores.

As these datasets can get a little large it is important to have the ability to operate in parallel.

review-notebook-app[bot] commented 1 year ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

CSSFrancis commented 1 year ago

You can look at the notebook here

review-notebook-app[bot] commented 1 year ago

View / edit / reply to this conversation on ReviewNB

SyHuang19 commented on 2023-06-08T20:15:14Z ----------------------------------------------------------------

Line #3.                        label=["Chi^2","y_offset", "Orientation", "Peak1 Amplitude", "Peak2 Amplitude", "Sigma"],

It's probably better to change "y_offset" to "Background" since its more inline with other labels which have physical meanings to thems.


_CSSFrancis commented on 2023-06-08T20:23:45Z_ ----------------------------------------------------------------

Good idea!