Rev 3602 Rev 3631
1 Detection station management system 1 Detection station management system
2 ----------------------------------- 2 -----------------------------------
3   3  
4 SKELETON-R1.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   5  
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: 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:
7   7  
8 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/"
9   9  
10 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.
11   11  
12 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:
13   13  
14 ── SVAKOV-R2 14 ── SVAKOV-R2
15 ├── audio 15 ├── audio
16 ├── capture 16 ├── capture
17 ├── data 17 ├── data
18   18  
19 File and directory permissions must be matched to user running Spectrumlab. 19 File and directory permissions must be matched to user running Spectrumlab.
20   20  
21   21  
22 Receiver tunning 22 Receiver tunning
23 ---------------- 23 ----------------
24   24  
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. 25 the receiver must be propertly tunned in order to match frequency center of meteor echoes to 10600 Hz on frequency axis in SpetcrumLab waterfall.
26   26  
-   27 See station setup manual at http://wiki.bolidozor.cz/doku.php?id=cs:spectrumlab for more information.
27   28  
28 Data upload 29 Data upload
29 ----------- 30 -----------
30   31  
31 Other shell script is used for data management of meteor records. 32 Other shell script is used for data management of meteor records.
32 This scripts should be used to upload data to Bolidozor server. But this action needs ssh public key authentication. 33 This scripts should be used to upload data to Bolidozor server. But this action needs ssh public key authentication.
33   34  
-   35 see http://wiki.bolidozor.cz/doku.php?id=cs:registration for details.
-   36  
34 Sorting of local data record can be done by Tidyup.sh even without publi 37 Sorting of local data record can be done by Tidyup.sh even without publication and registration.
35   38  
36   39  
37   40