PyNutil.read_alignment#

PyNutil.read_alignment(path, loader_name=None, apply_deformation=True, apply_damage=True, deformation_provider=None, damage_provider=None)[source]#

Load registration data using the appropriate registered loader.

Parameters#

pathstr

Path to the registration file.

loader_namestr, optional

Explicit loader name. By default, PyNutil detects the format.

apply_deformationbool

Apply deformation data when available.

apply_damagebool

Apply damage masks when available.

deformation_providerDeformationProvider, optional

Custom deformation provider.

damage_providerDamageProvider, optional

Custom damage provider.

Returns#

RegistrationData

Registration data with the requested components applied.