kmdouglass / micro-designer

Design tools for microscopes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Micro-Designer

Design tools for microscopes

Getting Started

Installation

pip install kmdouglass-udesigner

Usage

Run the following commands to

  1. first generate a JSON template for the microscope design parameters, and then
  2. create a HTML design document for a diffraction phase microscope.
# Create an inputs template that you can edit
udesign -t dpm inputs -o inputs.json

# Create an HTML design document for the microscope
udesign -t dpm doc -i inputs.json -o output.html

Supported Types of Microscopes

To see the names of the corresponding types, run the following command:

udesign -h

About

Design tools for microscopes

License:MIT License


Languages

Language:Python 78.9%Language:HTML 21.1%