Skip to content

Non-linear fluorescence for simulation and trajectory reconstruction. #77

Answered by BenjaminMidtvedt
b-grimaud asked this question in Q&A
Discussion options

You must be logged in to vote

Hi! We're happy to be of use!

I have definitely been able to get outputs resembling yours! Something like

particle = dt.PointParticle()
optics = dt.Fluorescence(output_region=(0, 0, 64, 64))
pipeline = optics(particle) + dt.Poisson(snr=0.05)
pipeline.plot(cmap="gray")


gives something closely resembling your output! The snr in Poisson could more accurately be thought of as scaling with the photon count. The important thing is that the background is very close to 0.

Linking is something we are actively working on, and we expect to have a graph neural network-based particle tracer för linking frame-to-frame in a month or so!

Replies: 1 comment 10 replies

Comment options

You must be logged in to vote
10 replies
@BenjaminMidtvedt
Comment options

@b-grimaud
Comment options

@BenjaminMidtvedt
Comment options

@b-grimaud
Comment options

@BenjaminMidtvedt
Comment options

Answer selected by BenjaminMidtvedt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants