singer-yang / DeepLens

DeepLens: a differentiable ray-tracer for computational lens design.
Other
107 stars 15 forks source link

psf_temp = self.interp_psf(x[i], y[i], z) #7

Open Monst1016 opened 4 weeks ago

Monst1016 commented 4 weeks ago

I can't find the self.interp_psf variable, is there something wrong with the code?

singer-yang commented 4 weeks ago

Hello,

Thanks a lot for pointing this out! This function is missed during release. It is an implementation of some other classical papers. Do you need to use this function?

Best, singeryang