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
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 is different from HistomicsStream, in part, because SlideFlow uses configuration files. The user supplies the name of the configuration files (or a directory with several files) instead of supplying the actual parameters. Without changing the HistomicsStream interface all that much, we could support configuration files. That is, where we are currently specifying
Or we could also change HistomicsStream more drastically so that one doesn't even realize that there is a hierarchy of dictionaries. For example, with SlideFlow a top-level configuration file can include the names of lower-level configuration files. We could then read the whole configuration -- high-level, study-wide parameters and individual slides' parameters -- with something like
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 is different from HistomicsStream, in part, because SlideFlow uses configuration files. The user supplies the name of the configuration files (or a directory with several files) instead of supplying the actual parameters. Without changing the HistomicsStream interface all that much, we could support configuration files. That is, where we are currently specifying
we could also support something like
Or we could also change HistomicsStream more drastically so that one doesn't even realize that there is a hierarchy of dictionaries. For example, with SlideFlow a top-level configuration file can include the names of lower-level configuration files. We could then read the whole configuration -- high-level, study-wide parameters and individual slides' parameters -- with something like
The text was updated successfully, but these errors were encountered: