Add image derivative programs and their circular versions for phase images
ofgulban opened this issue · 1 comments
ofgulban commented
I decided to separate magnitude and phase image processing programs because the interface gets too clunky when the same program tries to handle both types of images.
Magnitude type image programs
- LN2_GRADIENTS
- LN2_LAPLACIAN
- LN2_GRAMAG
Phase type image programs
- LN2_PHASE_GRADIENTS
- LN2_PHASE_LAPLACIAN
- LN2_PHASE_JOLT (make this optionally output phase jump [phase gramag])
Other
- Polish the help menus
- Add test data (e.g. radial toy models)