def analysis_status_from_process_status(self, process_status):
        """
        Translate a ProcessStatus to the corresponding status string used for the analysis status in Charon

        :param process_status: the process status class to translate