read_yaml_file# lsst.ts.m2com.read_yaml_file(filepath: str | Path) → dict# Read the yaml file. Parameters# filepathstr or pathlib.PosixPathYaml file path. Returns# contentdictFile content. Raises# IOErrorCannot open the file.