Metadata-Version: 2.1
Name: btpytools
Version: 0.1.0
Summary: Helper functions for BakingTray and StitchIt
Home-page: https://github.com/SainsburyWellcomeCentre/btpytools
Author: Rob Campbell
Author-email: rob.campbell@ucl.ac.uk
License: UNKNOWN
Project-URL: Source, https://bakingtray.mouse.vision
Description: # StitchIt Python Tools
        
        The directory contains Python code for managing BakingTray serial-section 2p data.
        The main functions of interest are `compressRawData.py` and `transferToServer.py`, which are aimed at end users of the microscope. 
        The `recipe.py` and `tools.py` modules support these and are aimed at developers. 
        
        
        
        ## Install instructions
        ```
        $ sudo pip install btpytools
        
        ```
        
        Running as `sudo` allows the installer to add the most important programs to your path, allowing them to be run at the system command line:
        
        
        * `transferToServer`
        * `compressRawData`
        * `summariseAcqs`
        
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: BSD
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Requires-Python: >=3.6
Description-Content-Type: text/markdown
