Skip to content

Commit 332a0a2

Browse files
committed
Change header param name
1 parent d051601 commit 332a0a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pymca_zocalo/internals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ def run_auto_pymca(
423423

424424
results_file = output_dir / f"{filename_stem}.results.dat"
425425
header_txt = [
426-
f"# COMPTON_CUTOFF(eV): {cutoff_energy:.2f}",
426+
f"# COMPTON_CUTOFF_EV {cutoff_energy:.2f}",
427427
"# COLUMN_HEADERS: Element-Edge Counts Sigma",
428428
]
429429
results_txt = [f"{peak[0]} {peak[1]:.2f} {peak[2]:.2f}" for peak in fitted_peaks]

0 commit comments

Comments
 (0)