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
Copy file name to clipboardExpand all lines: docs/basic_operations.md
+42-17Lines changed: 42 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
#
1
+
#Basic Operations
2
2
3
3

4
4
@@ -10,11 +10,11 @@
10
10
11
11
Create a new database.
12
12
13
-
***Load Database**
13
+
***Load Database**
14
14
15
15
Open the Database Manager windows in order to open, rename, or delete a database.
16
16
17
-
***Import Database**
17
+
***Import Database**
18
18
19
19
Import an Artemis database with a standard .tar format.
20
20
!!! tip "Offline Importing of SigID Database"
@@ -23,11 +23,11 @@
23
23
1. Download the .tar database [:material-download: HERE](https://github.com/AresValley/Artemis-DB/releases) from a PC with an internet access
24
24
2. Import the downloaded .tar on the target PC (without internet access) using the **Import Database** function
25
25
26
-
***Export Database**
26
+
***Export Database**
27
27
28
28
Export the loaded database with a standard .tar format.
29
29
30
-
***Edit Tags**
30
+
***Edit Tags**
31
31
32
32
Open the tags editor window. From here, you can add, rename, or delete tags. The tags can be added to a signal from the [tags menu](#4-tags)
33
33
@@ -43,31 +43,45 @@
43
43
44
44
This will close the application.
45
45
46
-
### Signal
47
-
***New**
46
+
### Edit
47
+
48
+
***New Signal**
48
49
49
50
Add a new signal to the database.
50
51
51
-
***Edit**
52
+
***Edit name/description**
52
53
53
54
Edit the current/selected signal from the loaded database.
54
55
56
+
***Add ...**
57
+
58
+
Add new signal parameters such as Frequency, Bandwidth, Modulation, ACF, ...
59
+
60
+
### Filter
61
+
62
+
This menu contains
63
+
64
+
***Reset All Filters**
65
+
66
+
Add new signal parameters such as Frequency, Bandwidth, Modulation, ACF, ...
67
+
55
68
### Space Weather
56
69
57
70
***Check Report**
58
71
59
72
Open the main [Space Weather window](space_weather/current.md) and retrieve all the live data from Poseidon Crawler.
60
73
61
74
## 2. Signal List
75
+
62
76
This is the signal list where all the database entries are shown. When a signal is selected, it will load on the right panel.
63
77
64
78
### Filter by Name/Description
79
+
65
80
On top of the list, there is a field for filtering signals by name or any keyword inside the description of the signal: this filter has the highest priority among all the filters.
66
81
67
-
## 3. Signal Menu
68
-
Here you can swithc between the main **signal** window and the **filter** page.
82
+
## 3. Signal Categories
69
83
70
-
## 4. Tags
84
+
The category (also known as tags) are listed here.
71
85
72
86
***Associate Tag**
73
87
@@ -81,29 +95,40 @@ Here you can swithc between the main **signal** window and the **filter** page.
81
95
82
96
To add a new tag open the [Tags Editor](#1-main-menu) in the main menu.
83
97
84
-
## 5. Add Parameter
98
+
## 4. Since DB
99
+
100
+
This badge shows from which version of the SigID DB the selected signal has been introduced.
101
+
102
+
## 5. Signal Parameters
103
+
85
104
Click on the labels to add the corresponding parameter to the signal (e.g. click on **Frequency** to add a new frequency).
86
105
87
-
## 6. Edit Parameter
106
+
### edit Parameters
107
+
88
108
Click on the parameter badge to open the Signal Editor windows. From here, you can edit or delete the corresponding parameter.
89
109
90
110
!!! tip "Parameter Description"
91
111
All the parameters have a description field: if some text is added, it will appear when the corresponding parameter badge is hovered with the mouse pointer.
This is the description of the signal and can be edited from the [Main Menu](#1-main-menu) (`Signal/Edit...`)
95
116
96
117
!!! tip "Markdown Supported"
97
118
The Description field can render **Markdown**, a simple markup language for creating rich text using plain text. Headers, emphasis, lists, links, code blocks, and many more features for advanced text formatting. [Markdown Basic Syntax :simple-markdown:](https://www.markdownguide.org/basic-syntax/)
98
119
99
-
## 8. Audio Sample
120
+
## 6. Audio Sample
121
+
100
122
This is a player where an audio sample of the signal can be played. To associate an audio file to be shown as the **main** audio sample, check in the [extra menu](#10-extra) below the signal spectrum.
101
123
102
-
## 9. Image Sample
124
+
## 7. Image Sample
125
+
103
126
This is an image box that commonly contains the signal spectrum/waterfall. To associate an image file to be shown as the **main** image sample, check in the [extra menu](#10-extra) below the signal spectrum.
104
127
105
-
## 10. Extra
128
+
## 8. Open SigID wiki
106
129
107
130
:material-earth: This button is only available for the standard SigID wiki database and connects the local signal to its counterpart on the [sigidwiki website](https://www.sigidwiki.com/).
108
131
132
+
## 9. Open Document Manager
133
+
109
134
:material-file-document-multiple: This will open the **Documents Manager**. From here you can add any file (audio, image, pdf, etc.) to the signal entry. It is also possible to mark only one image and one audio to be shown on the main signal window.
0 commit comments