align: Supports multiple dark/flat/proj
Improve align procedure in order to have more statistics.
Related to #107
Now the align
procedure can be setup the following way
- name: my_align
plugin: bliss
class: Align
package: tomo.procedures.align
# Takes this amount of flat during the procedure
flat_n: 3
# Takes this amount of dark during the procedure
dark_n: 3
# Takes this amount of proj for each angle during the procedure
proj_n: 3
The data reduction was shared from/with the tiling code.
Plus, this introduce some unit tests, there was none.