Lee Newberg

Results 17 issues of Lee Newberg

SlideFlow's interface is different from HistomicStream's. We should decide whether we want to add functionality to HistomicsStream to support a similar interface. My notes: The SlideFlow interface for dataset management...

Add table contents, etc., similar to [deep_atlas_tutorial.ipynb](https://github.com/Project-MONAI/tutorials/blob/master/deep_atlas/deep_atlas_tutorial.ipynb).

Replace the likes of old-style `"My file is {file}".format(file=my_file)` with new-style `f"My file is {my_file}"`.

The current use of `itkAssertOrThrowMacro` to report errors, such as inputs that cannot be processed, is not caught by a Python `try`-`except` block. We want a solution where the Python...

This issue is motivated by https://discourse.itk.org/t/itk-error-hematoxylin-and-eosin-are-getting-mixed-up-failed/4767/36 To be determined: 1. Should these images be produced always or only at the user's request? Tentative answer: only if requested. Incrementally they are...