Metadata-Version: 2.2
Name: autolamella
Version: 0.4.0a0
Summary: Automatated ion beam milling for cryo-electron microscopy sample preparation.
Author-email: Patrick Cleeve <patrick@openfibsem.org>
License: MIT License
Project-URL: Homepage, https://github.com/DeMarcoLab/autolamella
Project-URL: Bug Tracker, https://github.com/DeMarcoLab/autolamella/issues
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Framework :: napari
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: fibsem>=0.3.5

[![image](http://img.shields.io/pypi/v/autolamella.svg)](https://pypi.python.org/pypi/autolamella/)

# Overview

AutoLamella is a python package for automated cryo-lamella preparation with focused ion beam milling. It is based on [openFIBSEM](https://github.com/DeMarcoLab/fibsem), and currently supports the [TESCAN Automation SDK](https://www.tescan.com/en/products/automation-sdk/) and [ThermoFisher AutoScript](https://www.tescan.com/en/products/autoscript/). Support for other FIBSEM systems is planned.

## Documentation

[Documentation Site](https://demarcolab.github.io/openfibsem-docs/)

## Install

### Recommended Installation Guide

Create a new virtual environment from the Anaconda Prompt terminal:

```bash 
conda create -n fibsem python=3.9 pip
conda activate fibsem
pip install autolamella 
```

### Running Autolammela

Open the Anaconda Prompt terminal and run the following commands.

``` bash
conda activate fibsem
autolamella_ui

```

![ui_new](docs/img/ui_new.png)

To launch liftout related methods:

```bash
conda activate fibsem
autoliftout_ui

```

## Citation

If you find this useful, please cite our work.

Genevieve Buckley, Gediminas Gervinskas, Cyntia Taveneau, Hariprasad Venugopal, James C. Whisstock, Alex de Marco,
**Automated cryo-lamella preparation for high-throughput in-situ structural biology**,
*Journal of Structural Biology*,
Volume 210, Issue 2,
2020
<https://doi.org/10.1016/j.jsb.2020.107488>.

See [CITATION](CITATION.md) for more details.
