saalfeldlab / render

Render transformed image tiles
GNU General Public License v2.0
34 stars 32 forks source link

Make (i)FFT use correct number of threads #178

Closed minnerbe closed 8 months ago

minnerbe commented 8 months ago

While skimming through the streak-correction code, I realized that the custom number of threads is set after processing the (inverse) FFT. This seems incorrect to me.

Can you confirm this, @StephanPreibisch ?

StephanPreibisch commented 8 months ago

Looks good to me, little bug ... thanks for catching it!