Quickstart

FIB-SEM semi-automated ion beam milling

build status Documentation Status

Installation

Install or upgrade to the latest version directly from GitHub with:

You can check what version you’re currently using in python:

import fibsem
fibsem.__version__

Runing the program

From ipython

import fibsem
fibsem.run_milling(config='path/to/my/settings.yml')

Your settings.yml file should be based on the default config settings file.

Alternatively, your can launch the program directly From the command line:

See all the command line options available with: