Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.11 KB

image_simulation.rst

File metadata and controls

46 lines (29 loc) · 1.11 KB

Image simulation

.. currentmodule:: simfish

Functions used to simulate spot images, in 2D and 3D.

pic1 pic2 pic3

Simulation is performed in three steps:

  1. We simulate ground truth coordinates.

  2. From an empty frame we simulate a gaussian signal in every spot location.

  3. We add an additive background noise in image if needed.

The full process can be run with:

.. autofunction:: simulate_ground_truth
.. autofunction:: add_spots
.. autofunction:: add_white_noise
.. autofunction:: simulate_images
.. autofunction:: simulate_image