-
Notifications
You must be signed in to change notification settings - Fork 8
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
DEV: Added basic img_proc functions to modules.yaml for mrg #40
base: master
Are you sure you want to change the base?
Conversation
Tool sets added thus far include: Thresholding Filtering Morphology Transformation
Functions added focus on image processing
Removed the ff_image api structure file and reorganized the image processing tools and functions in accordance with the changes incorporated into wrap_lib. Image processing tools are now included according to tool function or category.
Finished conversion of the image processing tools api so that it matches the new wrap_lib format. These new changes should be ready for merging as soon as the skxray image processing tools are merged. However, autowrap will break if this is merged before the skxray PR. |
@@ -74,6 +88,154 @@ autowrap_func: | |||
- func_name: estimate_d_blind | |||
module_path: skxray.calibration | |||
namespace: calibration | |||
#- func_name: find_ring_center_acorr_iD |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you delete these? I don't think they are used anywhere.
This needs a rebase. |
Tool sets added thus far include:
Thresholding
Filtering
Morphology
Transformation
This merge corresponds to the additions made in my NSLS2/science_api PR