diff --git a/notebooks/template/sciaps-x555.csv b/notebooks/template/sciaps-x555-ev.csv similarity index 100% rename from notebooks/template/sciaps-x555.csv rename to notebooks/template/sciaps-x555-ev.csv diff --git a/template/sciaps-x555.csv b/template/sciaps-x555-ev.csv similarity index 100% rename from template/sciaps-x555.csv rename to template/sciaps-x555-ev.csv diff --git a/witzit-load b/witzit-load index 88f7b42..b182083 100755 --- a/witzit-load +++ b/witzit-load @@ -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,