We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d051601 commit 332a0a2Copy full SHA for 332a0a2
src/pymca_zocalo/internals.py
@@ -423,7 +423,7 @@ def run_auto_pymca(
423
424
results_file = output_dir / f"{filename_stem}.results.dat"
425
header_txt = [
426
- f"# COMPTON_CUTOFF(eV): {cutoff_energy:.2f}",
+ f"# COMPTON_CUTOFF_EV {cutoff_energy:.2f}",
427
"# COLUMN_HEADERS: Element-Edge Counts Sigma",
428
]
429
results_txt = [f"{peak[0]} {peak[1]:.2f} {peak[2]:.2f}" for peak in fitted_peaks]
0 commit comments