orca.utils.paths ================ .. py:module:: orca.utils.paths .. autoapi-nested-parse:: Path construction and resource location utilities. Provides functions for locating package resources such as AOFlagger strategy files. Functions --------- .. autoapisummary:: orca.utils.paths.get_aoflagger_strategy Module Contents --------------- .. py:function:: get_aoflagger_strategy(name: str) -> str Return the full path to an AOFlagger strategy file. Locates strategy files bundled with the orca package. :param name: Filename of the strategy file (e.g., 'lwa-default.lua'). :returns: Absolute path to the strategy file.