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.
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 inrescale_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.