hyperspyUI icon indicating copy to clipboard operation
hyperspyUI copied to clipboard

Adding plugins for doing processing of differential phase contrast datasets

Open magnunor opened this issue 8 years ago • 3 comments

Adding plugins for doing processing of differential phase contrast datasets.

The plugins made in https://github.com/hyperspy/hyperspyUI/pull/122, https://github.com/hyperspy/hyperspyUI/pull/123, https://github.com/hyperspy/hyperspyUI/pull/124, https://github.com/hyperspy/hyperspyUI/pull/125 and https://github.com/hyperspy/hyperspyUI/pull/126 has been combined into a single file.

  • [x] Add unit tests
  • [ ] Make the record functionality work
  • [ ] Better documentation
  • [x] Fix comments from last pull requests

magnunor avatar Apr 17 '17 10:04 magnunor

Any good examples on how to make the recording functionality work?

magnunor avatar Apr 17 '17 11:04 magnunor

Looking at the code, I'm not entirely sure how to best record as code: Almost all your entry points start off with select_x_signals which is hard to record well as a macro code. Maybe it is best to simply leave it out, and have the user rely on recorded actions?

vidartf avatar Apr 17 '17 19:04 vidartf

Added unit tests for the processing itself

magnunor avatar Apr 28 '17 10:04 magnunor