Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add DPC plugin for FFT filtering a beam shift image #124

Closed
wants to merge 2 commits into from

Conversation

magnunor
Copy link
Contributor

@magnunor magnunor commented Apr 13, 2017

  • Add unit test

signals = [s.signal for s in ui.select_x_signals(
2, ["dif02", "dif13"])]
dialog = StringInputDialog("Please enter a mask radius:", "20")
mask_radius = dialog.prompt_modal(rejection=0.0)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would expect cancel to abort further calculation,

s_dif13_filtered = s_dif13 - s_ifft13
s_dif02_filtered.change_dtype('float32')
s_dif13_filtered.change_dtype('float32')
s_dif02_filtered.metadata.General.title = 'dif02 filtered'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe use the old signal name + ' filtered'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants