Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
itkwasm-elastix
Logo
itkwasm-elastix

📖 Reference

  • API Reference
    • itkwasm_elastix
      • itkwasm_elastix.read_parameter_files_async
      • itkwasm_elastix.write_parameter_files_async
      • itkwasm_elastix.read_parameter_files
      • itkwasm_elastix.default_parameter_map
      • itkwasm_elastix.write_parameter_files
      • itkwasm_elastix.elastix
      • itkwasm_elastix.elastix_async
      • itkwasm_elastix.default_parameter_map_async
  • itkwasm docs
Back to top
View this page
Edit this page

itkwasm_elastix.read_parameter_files¶

Module Contents¶

Functions¶

read_parameter_files

Read elastix parameter text files into a parameter object.

API¶

itkwasm_elastix.read_parameter_files.read_parameter_files(parameter_files: List[os.PathLike] = []) → Any¶

Read elastix parameter text files into a parameter object.

Parameters:

parameter_files (os.PathLike) – Elastix parameter files

Returns:

Elastix parameter object representation

Return type:

Any

Next
itkwasm_elastix.default_parameter_map
Previous
itkwasm_elastix.write_parameter_files_async
Copyright © 2025, NumFOCUS
Made with Sphinx and @pradyunsg's Furo
On this page
  • itkwasm_elastix.read_parameter_files
    • Module Contents
      • Functions
      • API
        • read_parameter_files()