From 6b4d7eccec0221f42f0ff5afa6f07c51edfb0c6d Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Fri, 27 May 2022 16:56:05 -0600 Subject: [PATCH] rename sciaps eV template --- notebooks/template/{sciaps-x555.csv => sciaps-x555-ev.csv} | 0 template/{sciaps-x555.csv => sciaps-x555-ev.csv} | 0 witzit-load | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename notebooks/template/{sciaps-x555.csv => sciaps-x555-ev.csv} (100%) rename template/{sciaps-x555.csv => sciaps-x555-ev.csv} (100%) 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,