Rev 3435 Rev 3602
1 Detection station management system 1 Detection station management system
2 ----------------------------------- 2 -----------------------------------
3   3  
4 SVAKOV-R2.usr should be imported in to SpectrumLab software as settings file. 4 SKELETON-R1.usr should be imported in to SpectrumLab software as settings file.
5 SVAKOV-R2.txt contain description of detection script function and parameters. It can be imported to SpectrumLab condition actions window but it is not usually needed. (This script is already included in SVAKOV-R2.usr file) -  
6   5  
7 After import of usr file. Detection script must be modified to match station name and location of data storage. This should be modified on this line: 6 After import of usr file. Detection script must be modified to match station name and location of data storage. This should be modified on this line:
8   7  
9 if( initialising ) then id_met="no":id_met2="no":K_station_name="SVAKOV-R2":K_path="/media/sd/meteors/" 8 if( initialising ) then id_met="no":id_met2="no":K_station_name="SVAKOV-R2":K_path="/media/sd/meteors/"
10   9  
11 Where "SVAKOV-R2" is string - name of detection station. It must be less than 20 characters without spaces. 10 Where "SVAKOV-R2" is string - name of detection station. It must be less than 20 characters without spaces.
12   11  
13 The path "/media/sd/meteors/" poits to direcetory, where data records will be stored. In this directory must already exist this scructure: 12 The path "/media/sd/meteors/" poits to direcetory, where data records will be stored. In this directory must already exist this scructure:
14   13  
15 ── SVAKOV-R2 14 ── SVAKOV-R2
16 ├── audio 15 ├── audio
17 ├── capture 16 ├── capture
18 ├── data 17 ├── data
19   18  
20 File and directory permissions must be matched to user running Spectrumlab. 19 File and directory permissions must be matched to user running Spectrumlab.
21   20  
22   21  
23 Receiver tunning 22 Receiver tunning
24 ---------------- 23 ----------------
25   24  
26 the receiver must be propertly tunned in order to match frequency center of meteor echos to 10600 Hz on frequency axis in SpetcrumLab waterfall. 25 the receiver must be propertly tunned in order to match frequency center of meteor echos to 10600 Hz on frequency axis in SpetcrumLab waterfall.
27   26  
28   27  
29 Data upload 28 Data upload
30 ----------- 29 -----------
31   30  
32 Other shell script is used for data management of meteor records. 31 Other shell script is used for data management of meteor records.
33 This scripts should be used to upload data to Bolidozor server. But this action needs ssh public key authentication. 32 This scripts should be used to upload data to Bolidozor server. But this action needs ssh public key authentication.
34   33  
35 Sorting of local data record can be done by Tidyup.sh even without publi 34 Sorting of local data record can be done by Tidyup.sh even without publi
36   35  
37   36  
38   37