# {py:mod}`airsspy.convert` ```{py:module} airsspy.convert ``` ```{autodoc2-docstring} airsspy.convert :allowtitles: ``` ## Module Contents ### Functions ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`res_to_extxyz ` - ```{autodoc2-docstring} airsspy.convert.res_to_extxyz :summary: ``` * - {py:obj}`extxyz_to_res ` - ```{autodoc2-docstring} airsspy.convert.extxyz_to_res :summary: ``` * - {py:obj}`extract_structure ` - ```{autodoc2-docstring} airsspy.convert.extract_structure :summary: ``` ```` ### API ````{py:function} res_to_extxyz(res_path: str | pathlib.Path, extxyz_path: str | pathlib.Path) -> int :canonical: airsspy.convert.res_to_extxyz ```{autodoc2-docstring} airsspy.convert.res_to_extxyz ``` ```` ````{py:function} extxyz_to_res(extxyz_path: str | pathlib.Path, output_dir: str | pathlib.Path) -> int :canonical: airsspy.convert.extxyz_to_res ```{autodoc2-docstring} airsspy.convert.extxyz_to_res ``` ```` ````{py:function} extract_structure(source_path: str | pathlib.Path, label: str, output_path: str | pathlib.Path, input_format: str | None = None) -> bool :canonical: airsspy.convert.extract_structure ```{autodoc2-docstring} airsspy.convert.extract_structure ``` ````