astrohack.utils.file ==================== .. py:module:: astrohack.utils.file Attributes ---------- .. autoapisummary:: astrohack.utils.file.DIMENSION_KEY astrohack.utils.file.colorize Functions --------- .. autoapisummary:: astrohack.utils.file.check_ms_exists astrohack.utils.file.check_if_file_can_be_opened astrohack.utils.file.overwrite_file astrohack.utils.file.add_caller_and_version_to_dict Module Contents --------------- .. py:data:: DIMENSION_KEY :value: '_ARRAY_DIMENSIONS' .. py:data:: colorize .. py:function:: check_ms_exists(ms_name) .. py:function:: check_if_file_can_be_opened(filename, file_creator, minimal_version) .. py:function:: overwrite_file(file, overwrite) .. py:function:: add_caller_and_version_to_dict(in_dict, direct_call=False)