forked from AFM-SPM/TopoStats
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault_config.ini
55 lines (50 loc) · 1.47 KB
/
default_config.ini
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
[MainSection]
; file path - the directory where the files are
path = ./
; set the sample type here. Please note that this is case sensitive.
sample_type = DNA
; set the file type to look for
fileend = .spm,.gwy,*.[0-9]
filetype = *.[0-9]
; set the extension of exported files
extension = .tiff
; set height scale values
minheightscale = -0e-9
maxheightscale = 3e-9
; set the size of the cropped window / 2 in pixels
cropwidth = 40e-9
splitwidth = 2e-6
; set the number of bins
bins = 25
; set the value of different valriables, based on the type of the sample.
; minarea is the minimum size for grain determination
; maxdeviation and mindeviation are the allowable deviations from the median pixel size for removal of large and small objects
[DNA]
minarea = 300e-9
maxdeviation = 1.3
mindeviation = 0.7
gaussian = 0.1e-9
thresholdingcriteria = 0.75
[PROTEIN]
minarea = 50e-9
maxdeviation = 2.0
mindeviation = 0.3
gaussian = 0.1e-9
thresholdingcriteria = 0.5
[MAC]
minarea = 1000e-9
maxdeviation = 1.5
mindeviation = 0.5
gaussian = 0.25e-09
thresholdingcriteria = 2.1
[ImageOutput]
; Turn saving figures on and off. 1 : on, 0 : off
saveTraceFigures_option = 1
; Turn saving cropped figures on and off. 1 : on, 0 : off
saveCroppedFigures_option = 0
; Save file scale option: 0 : none, 1 : ruler, 2 : inset scale bar
savefilesScale_option = 1
; Save file name for output colour scale eg: Nanoscope.txt
savefile_zscalecolour = Nanoscope.txt
; Turn on and off the z bar. 1 : on, 0 : off
zbar_option = 1