maclariz

Results 63 comments of maclariz

Plot a vector from a AxAngle object with a colour given by an pole figure key. Ci symmetry would sensible, as the vector could point anywhere.

@hakonanes I managed the blacking out with the data via the following: - I had the object containing all the orientation data (imported from a .ang file). - I had...

xmap.phases.add_not_indexed() seems to do nothing on my data

@hakonanes Yes, strange, but not really any trouble. I just created a new prop called "indexed" and marked 0 or 1 depending on whether below or above the threshold. And...

Thank you @hakonanes . I will use this.

Fine. I won't be able to do much with this instantly, and I am about to take 2 1/2 weeks annual leave. But if I could do a slice like...

I can set lazy=False in the method. I was not aware of any Dask setting, from your notes on the function, but dask is, of course, installed. Best wishes Ian...

I tried lazy=False. The thing failed instantly due to memory requirements! This trick probably only works for very small datasets. I will have a think about the mathematics one day...

@hakonanes One way you could speed this up is by adding a CUDA variable to the function with a Boolean input. If False, works as it did. If True, replace...