CERN / TIGRE

TIGRE: Tomographic Iterative GPU-based Reconstruction Toolbox
BSD 3-Clause "New" or "Revised" License
527 stars 180 forks source link

Gaussian in CTnoise.add function is optional but it doesn't have a default value like Poisson #535

Closed Mr-Blue-Sky-Candy closed 2 months ago

Mr-Blue-Sky-Candy commented 2 months ago

Expected Behavior

A default value of Gaussian is set

Actual Behavior

Tigre tries indexing None variable

Code to reproduce the problem (If applicable)

https://github.com/CERN/TIGRE/blob/master/Python/tigre/utilities/CTnoise.py

AnderBiguri commented 2 months ago

True! Should be (0,0.5)