Dump sinograms
It should be made possible to dump the sinograms while executing the reconstruction pipeline, without necessarily stopping the processing. For example
save_sinograms = [bool|path]
...
[reconstruction]
method = [none|fbp] # if set to none, only sinograms are generated
Related to #218 (closed).