nabu.app.bootstrap_stitching module¶
- nabu.app.bootstrap_stitching.guess_tomo_objects(my_str: str) tuple [source]¶
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 filfe/folder path
- Parameters:
my_str (str) – string related to the tomo object
- Returns:
a tuple of tomo objects either instance of VolumeBase or TomoScanBase
- Return type:
tuple