Skip to content
This repository has been archived by the owner on Nov 26, 2023. It is now read-only.

Latest commit

 

History

History
58 lines (38 loc) · 1.24 KB

Viewer_data_types.rst

File metadata and controls

58 lines (38 loc) · 1.24 KB

Viewer Core

Video Tutorial

ViewerWorkEnv

This objects stores the data that the Viewer <ViewerOverview> interacts with.

mesmerize.viewer.core.ViewerWorkEnv

ImgData

mesmerize.viewer.core.data_types.ImgData

ViewerUtils

The Viewer <ViewerOverview> is usually not interacted with directly from modules outside of the viewer (such as viewer modules. They instead use the ViewerUtils class which includes helper functions and a reference to the viewer.

mesmerize.viewer.core.ViewerUtils

Mesfile

mesmerize.viewer.core.mesfile.MES

Examples