sylvainprigent / sdeconv

2D and 3D image deconvolution with python
Other
13 stars 5 forks source link

SPSFgaussian always symmetrical #3

Closed nal10 closed 2 months ago

nal10 commented 2 months ago

Hi,

It looks like the code for creating 3D Gaussian PSFs needs () added around the sigma

https://github.com/sylvainprigent/sdeconv/blob/main/sdeconv/psfs/gaussian.py#L53

as currently written the sigma in each dimension ends up at 0.5

sylvainprigent commented 2 months ago

Hi,

Thanks for pointing this out. I updated the code and made a new release v1.0.3 with the fix.