Remove counter in normalised deltachi2 + fix iteration number in alignlog.
- Normalised deltachi2 is a parameter that we want to monitor per iteration and is not supposed to be summed as it should get smaller with iteration. The counter was introduced in !195 (merged), this merge request reverts this back.
- When alignment is run with
gaudisplititer.py
iteration number is not written correctly inalignlog.txt
(always stays at zero) becausegaudiiter.py
always runs one iteration. This merge request contains workaround so that the iteration number is saved properly in the alignlog. We need this to be fixed as in monitoring we are using this number.
Edited by Biljana Mitreska