1 .. _viewing_measurements: |
1 .. _viewing_measurements: |
2 |
2 |
3 View existing measurements and files |
3 Browse uploaded measurements |
4 ==================================== |
4 ============================ |
5 |
5 |
6 123 |
6 |
|
7 Search measurements |
|
8 ------------------- |
|
9 |
|
10 You can browse already submitted measurements using the "Search Measurements" |
|
11 link in the data processing submenu. All the fields in the form are optional. |
|
12 |
|
13 |
|
14 Form fields |
|
15 ~~~~~~~~~~~ |
|
16 |
|
17 Station |
|
18 The EARLINET station call sign that performed measurement. |
|
19 |
|
20 System |
|
21 The system that was used to process the measurement. |
|
22 |
|
23 Start date |
|
24 The search start date. All measurements before that date will be |
|
25 filtered. The correct format is "YYYY-MM-DD HH:MM:SS". |
|
26 |
|
27 Stop date |
|
28 The search stop date. All measurements after that date will be |
|
29 filtered. The correct format is "YYYY-MM-DD HH:MM:SS". |
|
30 |
|
31 Upload status |
|
32 The measurement upload status. Four choices are possible (0, 1, -127, 127). |
|
33 |
|
34 Preprocessing status |
|
35 The measurement preprocessing status. Four choices are |
|
36 possible (0, 1, -127, 127). |
|
37 |
|
38 Optical processing status |
|
39 The measurement optical processing status. Four choices are |
|
40 possible (0, 1, -127, 127). |
|
41 |
|
42 Categories |
|
43 The measurement categories. Only measurements that belong to all categories |
|
44 will be returned. |
|
45 |
|
46 |
|
47 Results |
|
48 ~~~~~~~ |
|
49 |
|
50 You can filter the results of the list using the **Filter** box above the form. |
|
51 The filter searches for matches in all columns of the table, i.e you can use it |
|
52 to filter the results by id, system, start time and duration. You can also |
|
53 filter by status using a comma separated exit codes (ex. 127,127,-127). |
|
54 |
|
55 The results can be sorted by clicking on the table labels. |
|
56 |
|
57 |
|
58 View Measurement details |
|
59 ------------------------ |
|
60 In the measurement status page you can view more detailed information about |
|
61 the selected file. The following info are provided. |
|
62 |
|
63 Measurement info |
|
64 ~~~~~~~~~~~~~~~~ |
|
65 |
|
66 System |
|
67 The system that was used to process the measurement. You can change the |
|
68 system used in the processing of the measurement in the admin section |
|
69 following the "Edit in admin" link in the File actions sub menu. If |
|
70 you change the selected system, the measurement will be reprocessed |
|
71 automatically, and all old output files will be deleted. |
|
72 |
|
73 Start |
|
74 The start time of the measurement. |
|
75 |
|
76 Stop |
|
77 The stop time of the measurement. |
|
78 |
|
79 Sounding file |
|
80 The sounding file that will be used in processing the measurement. The |
|
81 status of the file is also provided (see the :ref:`ancillary_details` section |
|
82 for further info). |
|
83 |
|
84 Overlap file |
|
85 The overlap file file that will be used in processing the measurement. The |
|
86 status of the file is also provided (see the :ref:`ancillary_details` section |
|
87 for further info). |
|
88 |
|
89 Lidar ratio file |
|
90 The lidar ratio file that will be used in processing the measurement. The |
|
91 status of the file is also provided (see the :ref:`ancillary_details` section |
|
92 for further info). |
|
93 |
|
94 Categories |
|
95 The selected categories for this measurement. You can change the |
|
96 selected categories in the admin section following the "Edit in admin" |
|
97 link in the File actions sub menu. |
|
98 |
|
99 Created on |
|
100 The date and time that the file was first submitted on the SCC. |
|
101 |
|
102 Last update |
|
103 The date and time that this file was last updated. |
|
104 |
|
105 Comment |
|
106 User comments for this file. You can add / modify the comment in the admin |
|
107 section following the "Edit in admin" link in the File actions sub menu. |
|
108 |
|
109 |
|
110 The status of the measurement is represented by three icons. The icons have |
|
111 different colors depending on the status of each process. |
|
112 |
|
113 Uploading (up arrow icon) |
|
114 It indicates if everything needed for processing is provided; practically |
|
115 this indicates if the measurement file and all needed ancillary files have |
|
116 been uploaded. |
|
117 |
|
118 Preprocessing (gear icon) |
|
119 This indicates the progress of the preprocessor module. |
|
120 |
|
121 Optical processing (graph icon) |
|
122 This indicates if progress of the optical processing module (ELDA). |
|
123 |
|
124 |
|
125 These three indicators currently support four states: |
|
126 |
|
127 Gray (Not started) |
|
128 A gray indicator means that the process did not start yet. |
|
129 |
|
130 Orange (In progress) |
|
131 An orange indicator means that the process is currently performed. |
|
132 |
|
133 Green (Success) |
|
134 A green indicator means that the process finished successfully. |
|
135 |
|
136 Red (Fail) |
|
137 A red indicator means that the process failed. |
|
138 |
|
139 |
|
140 File actions |
|
141 ~~~~~~~~~~~~ |
|
142 |
|
143 The following actions are available, depending on the state of the processing. |
|
144 |
|
145 Reprocess |
|
146 The preprocessed and optical products will be recalculated. All previously |
|
147 produced files will be deleted. |
|
148 |
|
149 Rerun optical module |
|
150 Only the optical products will be recalculated. All previously |
|
151 produced optical files will be deleted. |
|
152 |
|
153 Download pre-processed files |
|
154 Download all preprocessed files in a zip file. The action is available |
|
155 only if the preprocessor finished successfully. |
|
156 |
|
157 Download optical products |
|
158 Download all optical files in a zip file. The action is available |
|
159 only if the optical module (ELDA) finished successfully. |
|
160 |
|
161 Download plots |
|
162 Download all optical files plots in a zip file. The action is available |
|
163 only if the optical module (ELDA) finished successfully. |
|
164 |