Skip to content

[IMG314] Refactor tilt correction to use param.ParameterizedFunction

Zhang, Chen requested to merge IMG314_refactor_tilt into next
  • Original Gitlab Story: IMG314

This PR introduces this following changes:

  • auto tilt correction and apply tilt correction are switch to param.ParameterizedFunction based.
  • add logger.
  • update function call in unit test.
  • resolve an issue when running on single and duo core machine.
    • the hard cap of max_workers is removed, in preparation for future client-server structure.

Merge request reports