-
Notifications
You must be signed in to change notification settings - Fork 4
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
Histogram refactor #58
Conversation
3aade82
to
3cebe31
Compare
@philipmac I believe this function implements the minimum requirements: https://github.com/niaid/tomojs-pytools/pull/58/files#diff-0a15d65e391e72614aa4df7a9b0cfbd0718a296bb159b6b4a4c78ee54514e386R28 The CLI interface was removed to prevent duplication of validation and other operations. Old features can always be retrieved from the history and reimplemented in the procedural interface as needed. |
And remove mrc_visual_min_max cli.
This replaces the mrc_visual_min_max cli with a function suitable for the requirements of the image workflow pipelines.
|
3cebe31
to
1aad32b
Compare
|
The error is addressed in the following PR: SimpleITK/SimpleITKUtilities#17 |
The logger pytools.logger can be configured by users of interface to set the log level and direct the outpout to a file or other resource as needed. Other loggers in submodules pytools will inherit the properties of pytools.logger for easy configuration.
@philipmac I added a Can you please set Thank you. |
|
No description provided.