tutorial/adding_station.rst

changeset 7
682b4aa84276
parent 2
3ec57ace6912
equal deleted inserted replaced
6:35531ef36bab 7:682b4aa84276
1 Adding stations 1 Adding a station
2 =============== 2 ================
3 3
4 Not every field that is present in the database is used in the in the Single Calculs Chain. 4 You can change all your settings throught the *admin section* of the website.
5 Many of them are part of the Handbook of Instruments. 5 To reach it, click on **Station admin** link at the main menu of the site.
6 6
7 Hoi stations 7 .. note::
8 ------------
9 In the **HOI stations** section you can control the main parameters of the statino you have access to.
10 From here you can edit the existing station or add a new one.
11 8
12 Adding a new station 9 You will need to have an account with admin access privilages to access this part of the site.
13 ~~~~~~~~~~~~~~~~~~~~ 10 See :ref:`user-management` for details.
14 When adding a new station you need to specify the following fields 11
12 The first you have to do to start using the single calculus chain is to register your station.
13 To do this, go the the admin section and click on the **HOI stations** in the *System settings* panel.
14 This will take you to a page with a list of all stations that you account has access to. This list should
15 be empty if this is the first time you add a station.
16
17 To add a new station to the database click on **Add HOI station** at the top right of the screen.
18 This will take you to a new page were you can fill in the needed information. The fields in **bold**
19 are mandatory and you will need to fill them before you can save you new station.
20
21 For now you will need to fill in the following fields:
15 22
16 Name 23 Name
17 The name of the station 24 The name of the station
18 25
19 Id 26 Id
20 The earlinet call sign with exactrly 2 caracters. 27 The earlinet call sign with exactly 2 characters.
28
29 Institute name
30 The name of the institute that own the system
21 31
22 Latitude 32 Latitude
23 In degrees north is the latitude of the station. 33 In degrees north is the latitude of the station.
24 34
25 Longitude 35 Longitude
29 The altitude of the station in meters above sea level. 39 The altitude of the station in meters above sea level.
30 40
31 PI 41 PI
32 The name of the Principal Investigator of the station. 42 The name of the Principal Investigator of the station.
33 43
34 You can add the definition of new systems that belong to the station by clicking on the Hoi System blue line that 44 You can leave all the other fields empty. When you are done, press the **save** button at the bottom right of the page.
35 appears bollow the main station fields. For more details on the filed you need to fill in see the :ref:`add_new_system` section. 45 This will take you back to the list of your stations. If everything went OK your station you just added should appear
36 You can add more stations by clicking on the "Add another Hoi System" option. 46 in the list.
37 47
38 .. note:: 48 We don't have to make any more changes in this part, so you can click on **Home**
49 on the top left of the page to return to the starting page of the *admin section*.
39 50
40 You need to have *Javascript* enebled to add a new station from this page.
41
42
43
44 Updating an existing station
45 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
46
47 Deleting a station
48 ~~~~~~~~~~~~~~~~~~
49
50 System configuration
51 --------------------
52
53
54 .. _add_new_system:
55
56 Adding a new system configuration
57 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
58
59 Updating an existing system
60 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
61
62 Deleting a system
63 ~~~~~~~~~~~~~~~~~
64
65

mercurial