Rev Author Line No. Line
3435 kaklik 1 Detection station management system
2 -----------------------------------
3  
3602 kakl 4 SKELETON-R1.usr should be imported in to SpectrumLab software as settings file.
3435 kaklik 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:
7  
8 if( initialising ) then id_met="no":id_met2="no":K_station_name="SVAKOV-R2":K_path="/media/sd/meteors/"
9  
10 Where "SVAKOV-R2" is string - name of detection station. It must be less than 20 characters without spaces.
11  
12 The path "/media/sd/meteors/" poits to direcetory, where data records will be stored. In this directory must already exist this scructure:
13  
14 ── SVAKOV-R2
15 ├── audio
16 ├── capture
17 ├── data
18  
19 File and directory permissions must be matched to user running Spectrumlab.
20  
21  
22 Receiver tunning
23 ----------------
24  
3631 kaklik 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.
3435 kaklik 26  
3631 kaklik 27 See station setup manual at http://wiki.bolidozor.cz/doku.php?id=cs:spectrumlab for more information.
3435 kaklik 28  
29 Data upload
30 -----------
31  
32 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.
34  
3631 kaklik 35 see http://wiki.bolidozor.cz/doku.php?id=cs:registration for details.
3435 kaklik 36  
3631 kaklik 37 Sorting of local data record can be done by Tidyup.sh even without publication and registration.
3435 kaklik 38  
39  
3631 kaklik 40