An open API service indexing awesome lists of open source software.

https://github.com/rhoitink/simulatedmicroscopy

Python package to create synthetic (fluorescence) microscopy images of (nano)particles and convolution with a point spread function
https://github.com/rhoitink/simulatedmicroscopy

microscopy point-spread-function simulation

Last synced: 2 months ago
JSON representation

Python package to create synthetic (fluorescence) microscopy images of (nano)particles and convolution with a point spread function

Awesome Lists containing this project

README

          

# Simulated Microscopy

[![Latest release](https://badgen.net/github/release/rhoitink/simulatedmicroscopy/stable)](https://github.com/rhoitink/simulatedmicroscopy/releases/latest)
[![MIT License](https://badgen.net/github/license/rhoitink/simulatedmicroscopy)](./LICENSE)
[![Python package](https://github.com/rhoitink/simulatedmicroscopy/actions/workflows/pythonpackage.yml/badge.svg?branch=main)](https://github.com/rhoitink/simulatedmicroscopy/actions/workflows/pythonpackage.yml)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.10678180.svg)](https://doi.org/10.5281/zenodo.10678180)

Python code to simulate 3D microscopy data based on particle coordinates.

Written by Roy Hoitink (L.D.Hoitink@uu.nl)

## Installation

```bash
python -m pip install git+https://github.com/rhoitink/simulatedmicroscopy
```

For more details, look at [the installation file](https://rhoitink.github.io/simulatedmicroscopy/installation/)

## Documentation

Available in at [rhoitink.github.io/simulatedmicroscopy/](https://rhoitink.github.io/simulatedmicroscopy/). There you can also find an [example script](https://rhoitink.github.io/simulatedmicroscopy/example-usage/).