Skip to content

nabu.app.bootstrap_stitching

source module nabu.app.bootstrap_stitching

Functions

  • guess_tomo_objects Try to find some tomo object from a string. The string can be either related to a volume or a scan and can be an identifier or a file/folder path

  • bootstrap_stitching

source guess_tomo_objects(my_str: str)tuple

Try to find some tomo object from a string. The string can be either related to a volume or a scan and can be an identifier or a file/folder path

:param str my_str: string related to the tomo object :return: a tuple of tomo objects either instance of VolumeBase or TomoScanBase :rtype: tuple

source bootstrap_stitching()