rename sciaps eV template

main
Jeff Moe 2022-05-27 16:56:05 -06:00
parent 0e92e91d0e
commit 6b4d7eccec
3 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ with open(datafile) as f:
if firstline == 'File Version = 2':
print('SciAps X-555 XRF MCA')
template = pd.read_csv('template/sciaps-x555.csv', header=0,
template = pd.read_csv('template/sciaps-x555-ev.csv', header=0,
skiprows=0,
usecols = [0])
mca = pd.read_csv(datafile, skiprows=21, header=0,