Source code for sorcha.utilities.sorcha_demo_command

[docs] def get_demo_command(): """ Returns the current working version of the Sorcha demo command as a string. If the Sorcha run command changes, updating this function will ensure associated unit tests pass. Parameters ----------- None. Returns ----------- : string working sorcha demo command """ return "sorcha run -c sorcha_config_demo.ini -p sspp_testset_colours.txt --orbits sspp_testset_orbits.des --pointing-db baseline_v2.0_1yr.db -o ./ -t testrun_e2e --stats testrun_stats"
if __name__ == "__main__": # pragma: no cover print_demo_command()