navis 1.4.0
  • Install
  • Quickstart
  • Tutorials
  • API
  • Changelog
  • Github
  • Ecosystem
  • Site
    • Page
        • navis.transforms.templates.TemplateRegistry.find_mirror_reg
          • TemplateRegistry.find_mirror_reg()

    navis.transforms.templates.TemplateRegistry.find_mirror_reg¶

    TemplateRegistry.find_mirror_reg(template, non_found='raise')[source]¶

    Search for a mirror transformation for given template.

    Typically a mirror transformation specifies a non-rigid transformation to correct asymmetries in an image.

    Parameters:
    • template (str) – Name of the template to find a mirror transformation for.

    • non_found ("raise" | "ignore") – What to do if no mirror transformation is found. If “ignore” and no mirror transformation found, will silently return None.

    Returns:

    Named tuple containing a mirror transformation. Will only ever return one - even if multiple are available.

    Return type:

    tuple

    Back to top

    Source

    © Copyright 2018, Philipp Schlegel.
    Created using Sphinx 5.3.0.