CERN / TIGRE

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

Add demos/d19_DBTexample.py #527

Closed timcogan closed 3 months ago

timcogan commented 3 months ago

Add d19_DBTexample.py which is adapted from d19_DBTexample.m.

AnderBiguri commented 3 months ago

Super good @timcogan , thanks a lot!

The only comment I have is: would you mind reformating it so it doesnt have a main function? I understand is quite typical python, but its for uniformity purposes, comparing the other demos. Thanks!

timcogan commented 3 months ago

No problem! I'll remove main.

AnderBiguri commented 3 months ago

Thanks! I'll give it a test and merge soon. thanks for the help!!