You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write a simple function that applies a single set of parameters (tile size, overlap, chunk size) to a nested list of slides to generate a study for each list of slides.
Consider consolidating calls to 'hs.configure.FindResolutionForSlide' and 'hs.configure.TilesByGridAndMask' within this function, and possibly so that users have a single function call to generate a complete study.
The text was updated successfully, but these errors were encountered:
histomcis_stream currently asks the user to create a set of nested dictionaries to specify study-wide and slide-wide parameters, and then works from there. Is this issues asking that instead of creating a dictionary, the user be able to specify these parameters as arguments to functions?
Write a simple function that applies a single set of parameters (tile size, overlap, chunk size) to a nested list of slides to generate a study for each list of slides.
Consider consolidating calls to 'hs.configure.FindResolutionForSlide' and 'hs.configure.TilesByGridAndMask' within this function, and possibly so that users have a single function call to generate a complete study.
The text was updated successfully, but these errors were encountered: