forked from Biophotonics-Tyndall/QY-DAQInterface
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.txt
85 lines (75 loc) · 2.14 KB
/
config.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
##################################################################
# Measurement config file
# QyApp | v.1.1.0
##################################################################
[Laser]
# Output channel range (in volts)
# max end: 0.170 for L405nm, 1.678 for L785nm and 5.4 for L976nm
start = 0
end = 5.4
step size = 0.1
reset = no
##################################################################
[Timing]
# Timing settings (in seconds)
# 0.3 recomended
time per step = 0.3
##################################################################
[Sampling]
# Sampling rate is internally calculated as
# number of samples per channel per step over time per step
# Maximum sampling rate performed by DAQ 6212 is 400 KS/s
# Acquisition type is set to continuous
# input channels reading range (float from -10. to 10. volts)
min voltage = 0.0
max voltage = 10.0
samples per channel per step = 1000
##################################################################
[Channels]
# Daq ports:
# L: refers to laser driver
# AOx: Analog Output x
# AIx: Analog Input x
# PMR: Power meter for the reference cuvette
# PMS: Power meter for the sample cuvette
# APD-###: APD with the band pass filter ###
AO0 = Laser
AI0 = Trigger
AI1 = PMS
AI2 = PMR
AI3 = APD1
AI4 = APD2
##################################################################
[Extra Parameters]
# Include more if needed. These values will be stored
# on the datalogs.csv file
sample = none
reference = ethanol
sonication time = -
pms range = 250uW
pmr range = 2.2mW
APD1 gain = max
APD2 gain = max
APD1 wavelength = 800nm
APD2 wavelength = 470nm
attenuation = 0
spot size = s1
laser wavelength = 405nm
comments = apd2 calib
##################################################################
[Graph Settings]
# Change matplotlib graph preferences
# Color names: https://htmlcolorcodes.com/color-names/
# New! Label can be set as a key word from Extra Parameters
graph size = 7,7
font size = 12
title = QY setup
label = sample
colour = deepskyblue
alpha = 0.5
marker = h
marker size = 5
line style = -.
line width = 1
grid = on
##################################################################