You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<span><b>Show/Hide Main Page Description</b></span>
47
58
</div>
48
59
60
+
<!-- ____START "Div Main page Description"____ -->
61
+
<!-- "Div Main Page Description" Contains the description of the "Main Page" -->
49
62
<divclass="flex-item" id="hideDescription">
50
63
<divclass="descriptionPlaceholder">
51
64
<h2class="centerHeader"> Main Page</h2>
52
-
<p>The main page is where the process of preparing and scanning images is done. Before the scanning of data can be done, it must be preprocessed with the "<b>Pre-process folders</b>"-button after one or more folders containing .jpg-images and associated .xml-files has been selected. When this process is done, all pre-processed data can be scanned using the "<b>Scan pre-processed data</b>"-button, and the results can be seen in the Result Page. The scanning will take some time, depending on the amount of images scanned at once. </p>
53
-
54
-
<p>The "<b>Update known locations</b>"-button is used to update the Known Locations in the database. This is done by selecting a .CSV file with coordinates to already known locations. After a scan is done and the result has been processed by a user, the "<b>Export new results</b>"-button can be used to get the New Locations as a .CSV-file. The "<b>Reset data</b>"-button resets the pre-processed and scanned data in the system, and should be used when the results from the scan has been exported and processed by a user, or simply just to reset the system. </p>
55
-
</div>
56
-
</div>
57
-
<divclass="flex-container mainPageContent">
65
+
<p>The main page is where the process of preparing and scanning images is done. Before the scanning of data can be done, it must be preprocessed with the "<b>Pre-process folders</b>"-button after one or more folders containing .jpg-images and associated .xml-files has been selected. When this process is done, all pre-processed data can be scanned using the "<b>Scan pre-processed data</b>"-button, and the results can be seen in the Result Page. The scanning will take some time, depending on the amount of images scanned at once. </p>
<p>The "<b>Update known locations</b>"-button is used to update the Known Locations in the database. This is done by selecting a .CSV file with coordinates to already known locations. After a scan is done and the result has been processed by a user, the "<b>Export new results</b>"-button can be used to get the New Locations as a .CSV-file. The "<b>Reset data</b>"-button resets the pre-processed and scanned data in the system, and should be used when the results from the scan has been exported and processed by a user, or simply just to reset the system. </p>
68
+
</div>
69
+
</div>
70
+
<!-- ____END "Div Main Page Description"____ -->
71
+
72
+
<!-- Div container for the "Main Page" content "-->
73
+
<divclass="flex-container mainPageContent">
74
+
75
+
<!-- ____START "Div container Process data"____ -->
76
+
<!-- "Div container Process data" Contains buttons for processing data, selecting folders, and scanning selected folders -->
77
+
<divclass="flex-item columnx">
60
78
<h3>Process Data</h3>
61
79
<divclass="flex-item scanButtons" id="scanButtons"><!-- BUTTONS for the page -->
0 commit comments