Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 776 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 776 Bytes

RC-FAB-2D-Heterostructures

This project involves setting up a home-made transfer set up with commercially obtained linear, rotational and goniometer stages and writing Python codes to automate motorized micromanipulators, and temperature controllers so that the linear stages can be remote-controlled, giving us the flexibility to operate the set-up in a reproducible manner without any physical proximity with the operator.

For more information about the package see the docs repository.

Installation

This program is developed with Windows in mind so not all functions may work on linux systems.

From local repository folder

# For windows
python -m venv .venv
.venv\Scripts\activate.bat
pip3 install -r requirements.txt
python main.py