Clean graphs a bit, add HiKe comparison graph

This commit is contained in:
David Bailey 2025-01-28 14:56:05 +01:00
parent b7504031ac
commit fc94830e5f
8 changed files with 20153 additions and 8 deletions

View file

@ -99,6 +99,36 @@ plots:
linewidth: 0.8
ofile: IMS Measurements/raw_compare.png
- loadtype: multicsv
load:
GemiTIV: V1_Measurements/V1.1-a1/2M4/HiKe_GemiTIV_DR55_RR65.csv
HighTIME: V1_Measurements/V1.1-a1/2M4/HiKe_HighTIME_DR55_RR65.csv
load_values: ["drift_time", "amplitude"]
type: lt_sweep
data_processing_steps:
- normalize_peak
- remove_offset
- normalize_peak
y_key: amplitude
x_key: drift_time
xscale: linear
#xmin: 0.0001
#xmax: 0.001
xrescale: 0.1
xlabel: Time (s)
ylabel: Normalized voltage (a.u.)
legend_title: TIV
linewidth: 0.8
ofile: IMS Measurements/hike_raw_compare.png
- load: Parasitics/SingleStage_noise_example.txt
loadtype: ltspice
type: single
@ -122,9 +152,9 @@ plots:
xscale: log
ofile: Parasitics/SingleStage_noise_example.png
- load:
47M N.1: V1_Measurements/V1.1-a1/47M_cap/linearity_1.csv
47M N.2: V1_Measurements/V1.1-a1/47M_cap/linearity_2.csv
- load:
47M: V1_Measurements/V1.1-a1/47M_cap/linearity_1.csv
# 47M N.2: V1_Measurements/V1.1-a1/47M_cap/linearity_2.csv
loadtype: multicsv
load_values: ["Setpoint", "Measurement", "Error"]
@ -136,7 +166,9 @@ plots:
xscale: linear
yformatter: engineering
yplaces: 1
yplaces: 0
colourmap: default
ymax: 0.0025
ymin: -0.0025
@ -147,8 +179,8 @@ plots:
ofile: V1_Measurements/V1.1-a1/47M_cap/linearity_error.png
- load:
47M N.1: V1_Measurements/V1.1-a1/47M_cap/linearity_1.csv
47M N.2: V1_Measurements/V1.1-a1/47M_cap/linearity_2.csv
47M: V1_Measurements/V1.1-a1/47M_cap/linearity_1.csv
# 47M N.2: V1_Measurements/V1.1-a1/47M_cap/linearity_2.csv
loadtype: multicsv
load_values: ["Setpoint", "Measurement"]
@ -158,6 +190,8 @@ plots:
y_key: Measurement
x_key: Setpoint
colourmap: default
xscale: linear
xlabel: Input current (nA)