-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.ini
More file actions
executable file
·33 lines (27 loc) · 872 Bytes
/
config.ini
File metadata and controls
executable file
·33 lines (27 loc) · 872 Bytes
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
[files]
;;;;;;;;;;;;;;;;;;;;;;;
; basepath: the path to the folder where the files are located in.
basepath = /home/helitonmrf/Projects/KineticAnalysis/tests/assets
;;;;;;;;;;;;;;;;;;;;;;;
; header: whether the header is included in the file (as an aditional row)
header = false
;;;;;;;;;;;;;;;;;;;;;;;
; temperature_in_celsius: whether the temperature is in celsius (and should be converted to kelvin)
temperature_in_celsius = true
;;;;;;;;;;;;;;;;;;;;;;;
; Columns settings
time_col = 1
temperature_col = 2
mass_col = 3
; dtg_col = 4
; if alpha_col is not declared, then it'll be calculated from mass.
; alpha_col =
; alpha_step: the precision to use for alphas. alpha_step=0.1 means alphas = {0.0, 0.1, ..., 1.0}.
alpha_step = 0.01
;;;;;;;;;;;;;;;;;;;;;;;
; anything: each file you want to be included.
f1 = dad05.csv
f2 = dad10.csv
f4 = dad20.csv
[KAS]
run = 1