Skip to content

Defensive cor adaptive search

myron requested to merge defensive_cor_adaptive_search into master

This branch is meant to upgrade CenterOfRotationAdaptiveSearch of file alignement.py to:

  • intercept exception raised by the base class CenterOfRotation find_shift which may occur when passing over badly guessed trial regions.
  • monitoring the stability of the found solution and give a score to it
  • offering, as an object property, the evaluation of the solution validity.
Edited by myron

Merge request reports