-
Notifications
You must be signed in to change notification settings - Fork 3
/
input_card.conf
87 lines (86 loc) · 3.53 KB
/
input_card.conf
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
86
87
#
#
# ----------------------------------This is input card of Manticore TAIGA-IACT processor----------------------------------
#
#
# First please put the path to the DATA directory to the file "data_directory.config"
# Like this:
# /home/work/telescope_data/DATA
#
#
# --------------------------------------------------- SET_0 ----------------------------------------------------
# ---------------------------------------------------Choose a command:----------------------------------------------------
#
# 1 | Delete existing temporary files before processing and start with new raw processing.
# | Empty string means that procesing will be provided with existing temporary files.
# | But if some files does not exist, they will be created.
# ------------------------------------------------------------------------------------------------------------------------
#
#
# Choose the answer and put it here:
#######################################
#######################################
#
#
#
#
# --------------------------------------------------- SET_1 ----------------------------------------------------
# ---------------------------------------------------Choose a command:----------------------------------------------------
#
# 1 | Start work.
# 2 | To create the list of files to process and not to process them.
# 3 | To create the list of files to process and not to process it. + To create the gypothetical list of temporary files.
# ------------------------------------------------------------------------------------------------------------------------
#
#
# Choose the answer and put it here:
#######################################
1
#######################################
#
#
# --------------------------------------------------- SET_2 ----------------------------------------------------
# --------------------------------------------What to do with temporary files:--------------------------------------------
#
# 1 | To leave all the temporary files after processing finish
# | Leave empty string if you want all temporary files
# | to be deleted after preprocessing.
# ------------------------------------------------------------------------------------------------------------------------
#
#
# Choose the answer and put it here:
#######################################
1
#######################################
#
#
# --------------------------------------------------- SET_3 ----------------------------------------------------
# -----------------------------------Now put here the string with object(s) to process------------------------------------
#
# Use next syntax:
#
# To process all the data in /DATA directory. (syntax: a
# One day (syntax: /ddmmxy
# One BSM (syntax: /ddmmxy/BSMxy
# One file. (syntax: /ddmmxy/BSMxy/ddddy00x.abc
# One tail group (for example, all .001 files from one day) (syntax: /ddmmxy/.abc
#
#
# Objects must be separated by spaces.
####################################################################################################
/231119.01
####################################################################################################
#
# Examples:
#
# a
# /281017
# /281017/BSM01
# /281017/BSM03/28107003.006
# /281017/.004
#
# Example of complex using:
# /281017/BSM01/28107001.001 /281017/BSM03 /281017 /281017/.002 /281017.02/BSM01/28107001.001 /281017.02/BSM03 /281017.02 /281017.02/.002
#
#
#