|
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. |
Answered by
ichristen
Sep 1, 2023
Replies: 1 comment 2 replies
|
Hi @dwgong , This is already implemented as Best, |
2 replies
Answer selected by
ichristen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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