Metadata-Version: 2.1
Name: go2scope
Version: 0.0.0
Summary: go2scope support functions for python: data I/O
Home-page: https://github.com/go2scope/micro-manager-plus/tree/master/python/go2scope
Author: Nenad Amodaj
Author-email: nenad@go2scope.com
License: UNKNOWN
Description: Copyright (c) 2019 The Python Packaging Authority
        # **go2Scope** Python Package
        [go2Scope](https://go2scope.com) is a microscopy automation programming environment, based on the popular Open Source microscopy software [micro-manager](https://micro-manager.org). **go2Scope** mainly solves issues with controlling multiple microscopes in a highly automated distributed environment.
        
        Python package is intended to provide utilities for interfacing to **go2scope** which is mainly written in C++ and Java.
        
        ## **dataio** sub-package ##
        Reading and writing of "classic" micromanager datasets. Classic dataset is a folder with sub-folders containing metadata and individual image files. Each image can be accessed with four integer coordinates: position, channel, slice and time-point.
        
        This package does not work with OME compatible "image stack files".
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
