STORMsim

public class STORMsim extends AbstractSimulator

Implementation of the ImageGenerator interface with methods required by AbstractSimulator.

Author:Marcel Stefko

Constructors

STORMsim

public STORMsim(Device device)

Initialize the generator, either from GUI dialog or use default params.

Parameters:
  • device

Methods

getControlSignal

public double getControlSignal()

getCustomParameters

public HashMap<String, Double> getCustomParameters()

getFOVSize

public double getFOVSize()

getNextImage

public ImageS getNextImage()

getObjectSpacePixelSize

public double getObjectSpacePixelSize()
Returns:length of one pixel side in micrometers

getShortTrueSignalDescription

public String getShortTrueSignalDescription()

getTrueSignal

public double getTrueSignal(int image_no)

incrementTimeStep

public void incrementTimeStep()

Advance the simulation by one time step (i.e. one frame), but do not create an image.

setControlSignal

public void setControlSignal(double value)

setCustomParameters

public void setCustomParameters(HashMap<String, Double> map)