Skip to content
Discussion options

You must be logged in to vote

Hi @amarosanz ,

Your description is correct (though optimize itself does not take in target, instead target is an argument for the Hologram constructor).

Yes, for the discrete Fourier transform (DFT)-based implementation of holography, padding is the solution to improve resolution. There's a helper function get_padded_shape() (link) to help with calculating the needed shape if you want to target some numeric resolution.

Fortunately, we do have other hologram approaches implemented. If you're making a array of spots, you can use CompressedSpotHologram (link). This accepts an array of floating-point coordinates, free from the grid (alongside other stuff too). Keep in mind that this is slow …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by ichristen
Comment options

You must be logged in to vote
0 replies
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