User Tools

Site Tools


en:convention

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:convention [2017/01/11 18:03] fluktuaciaen:convention [2019/04/24 13:34] (current) – [Data structure] fluktuacia
Line 1: Line 1:
-FIXME **This page is not fully translated, yet. Please help completing the translation.**\\ //(remove this paragraph once the translation is finished)// 
- 
 ====== Bolidozor network conventions ====== ====== Bolidozor network conventions ======
  
-This page contains proposal of conventions for stations' settings and operation in Bolidozor network.+This page contains proposal of conventions for stations' settings and operations within Bolidozor network.
  
 ===== Observatory ===== ===== Observatory =====
  
-In the context of Bolidozor an observatory represents a locality where there is a potential to realise more observations. Typical examples include private or public observatories.  +In the context of Bolidozor network an observatory represents a locality where there is a potential to realise more observations. Typical examples include private or public observatories.  
  
-From the perspective of structure at [[cs:servers|data storage]], an observatory is a place that store data from individual stations. At the present time, the data server login id is the same as the name of the observatory.+From the perspective of structure at [[en:servers|data storage]], an observatory is a place that stores data from individual stations. At the present time, the data server login id is the same as the name of the observatory.
    
 It is possible that in the future one observatory will have more user accounts.  It is possible that in the future one observatory will have more user accounts. 
Line 15: Line 13:
 ===== Stations ===== ===== Stations =====
  
-In the context of Bolidozor network a station is a defined measuring device. Different stations, each measuring different quantities can therefore exist at one observation spot / Observatory.  +In the context of the Bolidozor network a station is a defined measuring device. Different stations, each measuring different quantitiescan therefore exist at one observation spot / Observatory.  
  
 ==== Radio detection stations ==== ==== Radio detection stations ====
  
-Pro rádiové detekční stanice je navržena jmenná konvence **Stanice-Observatoř-RX**. Kde observatoř odpovídá názvu observatořena které je stanice umístěnaPřípona RX je pořadové číslo stanice v této observatoři např. //OBSUPICE-R4//, což je 4. stanice pro detekci meteorů na pozorovacím místě OBSUPICE.  +Radio detection stations have a following name convention: **Station-Observatory-RX**, where the observatory corresponds to the name of observatory where the station is locatedThe suffix RX is an ordinal number of the station in the observatoryFor example //OBSUPICE-R4// means the 4th station for meteor detection at OBSUPICE observation spot.
-Pořadové číslo stanice se zvedá při každé změně stanice, která může mít vliv na přijímaná data.  Např. přesunutí antény, výměna kabelů, změna konfigurace detekčního softwaru, změna formátu výstupních dat atd.+
  
-Speciálním případem je stanice s revizí R0která je rezervována pro testovací účely a data ze stanic s revizí R0 nejsou pokládána za validní.+<WRAP center round important 80%> 
 +The ordinal number increases at every change of the station configuration that may influence the recorded data - e.g. moving the antennachanging cables, changing the configuration of detection software, changing the format of output data etc.  
 +</WRAP> 
 +  
 +A special case is station with R0 revision - it is reserved for test purposes and the data from R0 stations are not considered valid
  
-V některých případech je možné stanice odlišovat ještě podle typu měření předponou v názvuZatím ale v Bolidozoru neexistují jiné rádiové stanice než [[cs:rmds|RMDS]], proto takové rozlišení ještě nebylo zavedeno.+There are cases when there is possible to distinguish stations according to the type of measurement using a suffix in their namesHowever, as there are so far no other types of radio stations apart from [[en:rmds|RMDS]] in Bolidozor networsuch differentiation has not been implemented yet.
  
-==== Datová struktura ====+==== Data structure ====
  
 +Example of name of data files: //TIME_NAME_TYPE.EXTE// 
  
-Příklad názvu datových souborů //TIME_NAME_TYPE.EXTE// Delka celého názvu souboru je omezena na 50 znaků+The length of the file name is limited to 50 characters.
  
-  * TIME  je časový údaj s rozlišením alespoň ms, případně ns +  * TIME represents a timestamp with resolution of at least ms or ns   
-  * NAME  je indentifikátor stanice můžmít délku do maximální povolené délky celého názvuNázev by měl obsahovat i verzi konfigurace stanice. Např. //RADIO-SVAKOV-R1// +  * NAME represents the station's id and can have length of a maximum allowed length of the name. The name should also include version of the current station's configuration, e.g. //RADIO-SVAKOV-R1//    
-  * TYPE  je identifikátor dat, obvykle je "met""raws""snap" a tak dále podle typu zaznamenávaných dat +  * TYPE represents the data identification. It is usually 'met''raws''snap', etc. according to the type of the recorded data 
-  * EXTE je přípona souboruoznačující jeho formát ([[http://cs.wikipedia.org/wiki/CSV|CSV]], [[http://en.wikipedia.org/wiki/FITS|FITS]])+  * EXTE represents file's suffixdenoting its format ([[https://en.wikipedia.org/wiki/Comma-separated_values|CSV]], [[http://en.wikipedia.org/wiki/FITS|FITS]])
  
-Podmínkou přispívání do databáze je splnění následujícího regulárního výrazu pro název souboru+In order to contribute to the database it is required that the file name has a form of the following regular expression:
  
   ({0-9}{4})([0-9]{2})([0-9]{2})([0-9]{2})([0-9]{2})([0-9]{2})([0-9]{3})([A-Z]{1})?_[A-Z0-9]{1,20}(_([A-Z0-9]{1,4}))?(\.[0-9a-zA-Z]{1,4})?   ({0-9}{4})([0-9]{2})([0-9]{2})([0-9]{2})([0-9]{2})([0-9]{2})([0-9]{3})([A-Z]{1})?_[A-Z0-9]{1,20}(_([A-Z0-9]{1,4}))?(\.[0-9a-zA-Z]{1,4})?
      
-Konkrétní příklady souborů+Examples of files:
   20140815131105154_OBSUPICE-R1_snap.fits   20140815131105154_OBSUPICE-R1_snap.fits
   20140815150803480_OBSUPICE-R1_raws.fits   20140815150803480_OBSUPICE-R1_raws.fits
Line 49: Line 51:
  
  
-==== Adresářová struktura na stanici ====+==== Station's directory structure ====
  
-Adresářová struktura správně nakonfigurované stanice Bolidozor vypadá následovně.+Directory structure of a correctly configured Bolidozor station looks as follows.
  
   User_Name   User_Name
Line 75: Line 77:
   └── setup_reverse_tunnel.sh   └── setup_reverse_tunnel.sh
      
-Všechna měřená data včetně metadat jsou ukládána do složky //bolidozor//Ta obsahuje podsložku station, kde jsou v hierarchické adresářové struktuře uložena měřená data a v nejvyšším adresáři jsou společné meta datové soubory pro vnořená data.  +All measured data, including metadata, are stored in //bolidozor// directoryThis directory has a subdirectory called 'station' that contains recorded data in hierarchical directory structure. The uppermost directory contains shared metadata files for nested data.
- +
-  * **rmob.cfg** - Parametry stanice, umístění, poloha, verze HW. Tento soubor je potřebný pro export dat do sítě [[cs:rmob-export|rmob.org]]. +
-  * **Bolidozor.json** - Nastavení stanice a měření. +
- +
-Složka bolidozor tím pak částečně kopíruje datovou strukturu stanice na serveru [[cs:servers|space.astro.cz]]+
  
 +  * **rmob.cfg** - Station's parameters, its location, position, HW version. This file is necessary in order to export data to [[en:rmob-export|rmob.org]] network.
 +  * **Bolidozor.json** - Configuration of station and measurements.
  
 +Bolidozor directory thus partially copies the data structure of the station at [[en:servers|space.astro.cz]] server.
  
-===== K vyřešení =====+===== Problems to solve =====
  
  
-==== Identifikace pozice stanice ====+==== Identification of station's position ====
  
-Pozice stanic je potřeba označit jednoznačným identifikátorem. Jsou následující možnosti, jak to řešit+It is necessary to label the position of station by some unambiguous identification mark. There are several options:
  
   * Latitude, Longitude   * Latitude, Longitude
   * [[http://en.wikipedia.org/wiki/Geohash|Geohash]]   * [[http://en.wikipedia.org/wiki/Geohash|Geohash]]
-  * Lokátor +  * Locator 
-  * Adresa [[https://en.wikipedia.org/wiki/What3words|What3words]]+  * Address [[https://en.wikipedia.org/wiki/What3words|What3words]]
en/convention.1484157821.txt.gz · Last modified: 2017/01/11 18:03 by fluktuacia