itkwasm_elastix.write_parameter_files_async
¶
Module Contents¶
Functions¶
Write an elastix parameter text file from a parameter object. |
API¶
- async itkwasm_elastix.write_parameter_files_async.write_parameter_files_async(parameter_object: Any, parameter_files: List[str]) os.PathLike ¶
Write an elastix parameter text file from a parameter object.
- Parameters:
parameter_object (Any) – Elastix parameter object representation.
parameter_files (List[str]) – Elastix parameter files, must have the same length as the number of parameter maps in the parameter object.