fixes
This commit is contained in:
parent
d5fae56eb4
commit
1800675fd3
5 changed files with 107 additions and 109 deletions
6
check.py
6
check.py
|
@ -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')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue