-
Notifications
You must be signed in to change notification settings - Fork 0
/
main_config.init
29 lines (21 loc) · 1.13 KB
/
main_config.init
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
[Calibration and Integration]
Importdir = /Home/Folder/Data_folder, /Home/Folder/Background_folder
# Can take two directories. First will be the data directory and the second will be the directory containing all the background files.
# The two directories must be seperated by ', '. There is no need to indicate inpute as a string e.g '/directory/folder'.
# If importdir is None the program will only do Data Reduction.
Outputdir = /Home/Folder
# Outputdir is your project folder, here all data will be sorted
Stemname = PDFs
# Stem name will create a folder in the outputdir where generated files will be stored
Calibrationconfig = test_calib.poni
# The calibration file, should be located within the root of this program
Mask = test.mask
# The mask file, should be located within the root of this program.
# If None no mask will be applied
[Data Reduction]
Datadir = /Home/Folder/PDFs/Integrated
# The directory of the integrated files
# If None Data Reduction will not be done
# If Importdir is defined Datadir and Bgdir is overulled and is only used a flag
Bgdir = /Home/Folder/PDFs/Integrated_bg
# The directory of the integrated background files