Carter Francis

Results 575 comments of Carter Francis

@wiscott24 Hmmm. Do you know what happens for the 2D case?

Yea the caclulate 1D is a little wonky, it should be using the `from_min_dspacing` function like the 2D case.

How about something like this: ```python from diffsims.generators.simulation_generator import SimulationGenerator from diffsims.crystallography import ReciprocalLatticeVector from orix.crystal_map import Phase import numpy as np import matplotlib.pyplot as plt p = Phase.from_cif("AMS_DATA-2.cif") #PdO...

And the HKL ```array([[0., 0., 1.], [0., 0., 2.], [0., 0., 3.], [0., 0., 4.], [0., 0., 5.], [0., 0., 6.], [0., 0., 7.], [1., 0., 0.], [1., 0., 1.],...

I've been meaning to implement this. Curious on peoples thoughts of expanding this to changing the navigator to a set of virtual images. Something like: ```python s.metadata._Hyperspy.navigators = [, ,...

@Cheng-Zhao-MCEM weird. I can look into this as well. I think it's because I added a script which stripped something's like the kernel from the notebook. Maybe it doesn't like...

@Cheng-Zhao-MCEM That's a bit of an oversight in the documentation I guess! You can use: ```python s= hs.load("file_name.raw", lazy=True) s.save("compressed_file.zspy") ``` The EMPAD format documentation is here: https://rosettasciio.readthedocs.io/en/latest/supported_formats/empad.html#empad-format The more...

> @CSSFrancis sorry to be late to the party. Demos is a nightmare, honestly think you could delete everything and start again with tagged versions for workshops. I feel kind...