get_error_table#
- aiapy.calibrate.utils.get_error_table(source='SSW') QTable[source]#
Fetches the error table from a SSW mirror or uses a local file if one is provided.
- Parameters:
source (pathlib.Path, str, optional) – The input is allowed to be “SSW” (the default) which will fetch the most recent version from SSW. Otherwise, it must be a file path.
- Returns:
Error table.
- Return type:
- Raises:
TypeError – If
error_tableis not a file path.