Carter Francis
Carter Francis
That is a good catch! Thanks for the bug report. I was planning on redoing how pyxem handles cross correlations thoughout so that it is more consistant. The phase_cross_correlation function...
@pc494 thanks for the input. I'll see if I can start working on this once I get some of my current PRs merged. I still have some cleaning up there...
I think that is a good idea to work towards. I should have some more time coming up soon as well. It might be worth thinking about what we need...
Just to mention a couple of other things that should be consistent: - Consistent Masking (are 0's or 1's ignored) - Elliptical distortion as affine transformations rather than major,minor, rotation
**Planning for a Release 1.0** I feel like much of the API has been stabilizing within the last year or two to the point where a solid 1.0 release should...
@hakonanes This sounds like an excellent idea. I'm already quite jealous of kikuchipy's documentation and was definitely something I forgot to include before the 1.0 release. The Diátaxis framework seems...
> I am happy to contribute, will get #865 done as a first step. My only broad brush input would be that we should cut stale code fairly aggressively. I...
Just another point that I would like to remove the io-utils code in favor of moving all of the loading/saving to [Hyperspy/rosettasciio](https://github.com/hyperspy/rosettasciio). The benefit is that that package can have...
> Sounds good. Would the plan be to deprecate it all in `0.15.0 `and have it gone by `1.0.0`? I think that depends on the time frame for release. I...
@pc494 > 1) Is a counting filter more complicated (in terms of its logic) than: `x_array > count_threshold` It can be. I know that some of the detector companies have...