opengate_core.g4DataSetup ========================= .. py:module:: opengate_core.g4DataSetup Attributes ---------- .. autoapisummary:: opengate_core.g4DataSetup.data_packages Functions --------- .. autoapisummary:: opengate_core.g4DataSetup.check_g4_data opengate_core.g4DataSetup.download_with_resume opengate_core.g4DataSetup.download_g4_data opengate_core.g4DataSetup.check_for_non_required_files_folders opengate_core.g4DataSetup.get_missing_g4_data opengate_core.g4DataSetup.get_g4_data_folder opengate_core.g4DataSetup.get_g4_data_paths opengate_core.g4DataSetup.set_g4_data_path Module Contents --------------- .. py:data:: data_packages .. py:function:: check_g4_data() .. py:function:: download_with_resume(url, out, retries=5, delay=10) .. py:function:: download_g4_data(missing_g4_Data=None) .. py:function:: check_for_non_required_files_folders() Check if there are old data folders and inform the user. .. py:function:: get_missing_g4_data() -> list .. py:function:: get_g4_data_folder() -> pathlib.Path .. py:function:: get_g4_data_paths() -> dict .. py:function:: set_g4_data_path()