aesp.entrypoint package#

Submodules#

aesp.entrypoint.analysis module#

aesp.entrypoint.analysis.analysis(step_list, init_flag, dp_train, path)#
aesp.entrypoint.analysis.csp_analysis(step_list, path, init_flag)#
aesp.entrypoint.analysis.dp_train_csp(step_list, path)#
aesp.entrypoint.analysis.process_generation(generation, dc, path, csp_path, relaxed_flag=False)#

aesp.entrypoint.download module#

aesp.entrypoint.download.download(step_list, step_id, path, input_flag, output_flag)#

aesp.entrypoint.main module#

aesp.entrypoint.main.main()#
aesp.entrypoint.main.parse_args(args=None)#

aesp.entrypoint.resubmit module#

aesp.entrypoint.resubmit.resubmit_csp(wf_config, mode, step_lists, step_id)#
aesp.entrypoint.resubmit.split_list(lst)#

aesp.entrypoint.status module#

aesp.entrypoint.status.status(wf, mode, step_dict, show_step_status, file_path, last_step)#

aesp.entrypoint.submit module#

aesp.entrypoint.submit.submit_csp(wf_config, mode, reuse_step=None)#
aesp.entrypoint.submit.workflow_dpcsp(wf_config)#
aesp.entrypoint.submit.workflow_stcsp(wf_config)#

aesp.entrypoint.watch module#

aesp.entrypoint.watch.update_finished_steps(wf, finished_keys: List[str] | None = None, download: bool | None = False, watching_keys: List[str] | None = None, prefix: str | None = None, chk_pnt: bool = False)#
aesp.entrypoint.watch.watch(step_list, step_id)#