-
|
Dear developer, is it true that the current package only takes care of the intensity for each spot during camera feedback but not the position? Do you have an intention to implement such function? Thanks for your time! I would be happy to discuss this idea with you since our group is also thinking about it. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Hi @dwgong , This is already implemented as Best, |
Beta Was this translation helpful? Give feedback.
Hi @dwgong ,
This is already implemented as
SpotHologram.refine_offset(). Usually this needs a few iterations to hone the positions, so you can either call it between instances of theoptimize()loop or as part of acallback=function tooptimize(). Let us know if this is what you're looking for! You're correct that this function is a bit hidden, so we'll add it to the examples in the next release.Best,
Ian