import subprocess if True: subprocess.call(["python3", "d001_get_dpc_raw_signal.py"]) if True: subprocess.call(["python3", "d002_get_dpc_corrected_signal.py"]) if True: subprocess.call(["python3", "d003_plot_dpc_raw_signal.py"]) if True: subprocess.call(["python3", "d004_plot_dpc_cor_signal.py"]) if True: subprocess.call(["python3", "d005_plot_domain_stripe_visualization.py"]) if True: subprocess.call(["python3", "d006_get_spiral_dpc_raw_signal.py"]) if True: subprocess.call(["python3", "d007_get_spiral_dpc_cor_signal.py"]) if True: subprocess.call(["python3", "d008_make_overview_data_dpc_corr.py"]) if True: subprocess.call(["python3", "l001_get_diff_stripe_line_profiles.py"]) if True: subprocess.call(["python3", "l002_get_diff_overview_line_profile.py"]) if True: subprocess.call(["python3", "l003_get_ellipse_data.py"]) if True: subprocess.call(["python3", "l004_plot_ellipse_data_debug.py"]) if True: subprocess.call(["python3", "l005_get_lattice_parameter_stripes.py"]) if True: subprocess.call(["python3", "l006_get_stripe_lattice_parameter_and_errors.py"]) if True: subprocess.call(["python3", "s001_make_simulated_dpc_signal.py"]) if True: subprocess.call(["python3", "s002_get_stripe_line_profiles.py"]) if True: subprocess.call(["python3", "s003_make_simulated_lattice_dataset.py"]) if True: subprocess.call(["python3", "s004_get_stripe_simulated_ellipse_data.py"]) if True: subprocess.call(["python3", "s005_plot_ellipse_simulated_data.py"])