This commit is contained in:
François Boulogne 2025-06-04 13:20:13 +02:00
parent d5fae56eb4
commit 1800675fd3
5 changed files with 107 additions and 109 deletions

View file

@ -36,10 +36,10 @@ def play():
FILE_NAME = '000004310.xy' #TEST#
spectrum_file = os.path.join(DATA_FOLDER, FILE_NAME)
spectrum_file = 'tests/spectraVictor1/T5469.xy' #TEST#
lambdas, intensities = io.load_spectrum(spectrum_file)
plot_spectrum(lambdas, intensities, title='Raw')