Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 860 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 860 Bytes

Sipefield's pylab

codecov CI

Awesome pylab created by Gronemeyer

Install it from PyPI

Installation

Clone the repository:

git clone https://github.com/yourusername/yourrepository.git
cd yourrepository

## Usage


```bash
$ python -m pylab launch
#or
$ python -m pylab launch --dev True

Adding a configuration file to a mmc.core() object

MM_CONFIG = r'C:/dev/micro-manager_configuration.cfg'

# Initialize the Core
mmc = CMMCorePlus().instance()
mmc.loadSystemConfiguration(MM_CONFIG)

Read the CONTRIBUTING.md file.