docs/_build/html/_sources/tutorial/adding_station.txt

changeset 14
c675d086f7d2
parent 13
52af8fbed3d7
child 15
f51ca1e515ac
equal deleted inserted replaced
13:52af8fbed3d7 14:c675d086f7d2
1 Adding a station
2 ================
3
4 You can change all your settings throught the *admin section* of the website.
5 To reach it, click on **Station admin** link at the main menu of the site.
6
7 .. note::
8
9 You will need to have an account with admin access privilages to access this part of the site.
10 See :ref:`user-management` for details.
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:
22
23 Name
24 The name of the station
25
26 Id
27 The earlinet call sign with exactly 2 characters.
28
29 Institute name
30 The name of the institute that own the system
31
32 Latitude
33 In degrees north is the latitude of the station.
34
35 Longitude
36 In degrees east is the longitude of the station.
37
38 Height asl
39 The altitude of the station in meters above sea level.
40
41 PI
42 The name of the Principal Investigator of the station.
43
44 You can leave all the other fields empty. When you are done, press the **save** button at the bottom right of the page.
45 This will take you back to the list of your stations. If everything went OK your station you just added should appear
46 in the list.
47
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*.
50

mercurial