FluorophoreDynamics

public abstract class FluorophoreDynamics implements Serializable

A fluorophore state system.

Fields

stateSystem

protected final StateSystem stateSystem

The state system describing the fluorescence dynamics.

Constructors

FluorophoreDynamics

protected FluorophoreDynamics(double signal, double wavelength, StateSystem stateSystem, int startingState, double[][][] Mk)

Initializes the state system with the transition rates and starting state.

Parameters:
  • stateSystem
  • startingState
  • Mk

Methods

getMk

public double[][][] getMk()

getSignal

public double getSignal()

getStartingState

public int getStartingState()

getStateSystem

public StateSystem getStateSystem()

getWavelength

public double getWavelength()