Skip to content

Commit 88ccaf6

Browse files
committed
Fixed typo
1 parent 4e8a446 commit 88ccaf6

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

htcondor_submission/2024_SPS_Pb_flat_bottom_cases/intensity_scan/oxygen/2025_07_07_Ne_tests/launch_Ne_space_charge_adap_and_ibs_no_comp_full_ripple_TRANSFER_FUNCTION_2025_07_07_130k_and_476k_turns.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
Qy = 26.25
1818

1919
# Use measured 2025-06-17 O8+ SPS values
20-
run_files = ['sps_Ne_scan_run_{}.py'.format(i+1) for i in range(len(num_turns))]
20+
run_files = ['sps_Ne_no_comp_run_{}.py'.format(i+1) for i in range(len(num_turns))]
2121

2222
# Define script and folder names
2323
script_names = run_files.copy()
@@ -73,7 +73,4 @@
7373
file_name = os.path.join(dir_path, script)
7474
print(f"Submitting {file_name}")
7575
sub.submit_GPU(file_name, master_job_name=master_job_name, job_name=folder_names[i])
76-
sub.copy_master_plot_script(folder_names, string_array)
77-
sub.copy_plot_script_emittances_for_scan(master_name, folder_names, scan_array_for_x_axis=Nb_array,
78-
label_for_x_axis='Injected Pb ions per bunch',
79-
extra_text_string='$Q_{x, y}$ = 26.31, 26.25 - q-Gaussian beam\\nAdaptive SC, ~10% $\\beta$-beat + non-linear magnet errors')
76+
sub.copy_master_plot_script(folder_names, string_array)

0 commit comments

Comments
 (0)