Carter Francis

Results 575 comments of Carter Francis

@maclariz Do you need any help with this? I can check this out and help get all of the tests passing. (although maybe not before M&M)

@viljarjf I've thought about parallelizing this a couple of times. I profiled the simulation as well but I can't remember what exactly was slow. I think that there are a...

@viljarjf ping me when you need a review here. It would be good to get this in to help with the integration into instamatic.

@magnunor This should have been fixed in https://github.com/hyperspy/hyperspy/pull/3342? Can you make sure that you are using 2.1.0 otherwise I can look into this further.

A more miniumum example. ```python import hyperspy.api as hs from hyperspy.axes import UniformDataAxis import numpy as np s = hs.signals.Signal1D(np.arange(10)) axis = UniformDataAxis(name="x", units="ly", size=10) s.metadata.set_item("axis", (axis,)) s.save("temp.hspy") hs.load("temp.hspy").metadata ```

@pc494 After talking with @tinabe and @viljarjf it seems like this is best done at the end. Although with the new azimuthal integration you can just redefine the start and...

@ericpre hmmm sorry it's taken me a bit to get around to this. I've been sick the last couple of weeks. I'd have to step through the code to see...

> Did you know about? @pc494 yea I've been making a new class rather than adding to the exisisting classes mostly because the orientation mapping results are slightly different. I've...

So I think that we are quickly approaching the point where we should try to make a `.rc` for 0.19.0. My plan is to: - [ ] Merge Outstanding PRs...

> All good with me. At this point I have to add text explanations, but I will be away from tomorrow including June 4th.. Should this notebook replace any existing...