DiamondLightSource / httomo

High-throughput tomography pipeline
https://diamondlightsource.github.io/httomo/
Other
7 stars 4 forks source link

Autoinsertion of rescale for sweep runs #520

Closed dkazanc closed 1 week ago

dkazanc commented 4 weeks ago

Auto insertion of the rescale method for the sweep run will change the data type for all subsequent methods in the pipeline. For instance, we have Paganin method for the sweep and then FBP. The data into FBP method will be passed with a data type defined in rescale_to_int, which makes the reconstruction incorrect. I guess in principle the reconstruction might work with 16bit rescaled data, but we haven't adapted the method to that.