Some questions about PSF_forward and Spline #206
-
Hello, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hey,
No, PSF.forward is used to calculate the PSF, i.e. the optical response of the microscope for simulation.
The region of interest (ROI) is an implementation detail to not calculate photons for the whole frame every time (where most of the values would be very close to zero) but only a relevant region. For splines, the ROI is typically around 30 x 30 px
Spline_impl forward is custom C++ / CUDA code to do the spline interpolation very fast, in pure python it would be quite slow. Hope I could help. |
Beta Was this translation helpful? Give feedback.
Hey,
Thank you for your interest in our work. Answers inline:
No, PSF.forward is used to calculate the PSF, i.e. the optical response of the microscope for simulation.