Changes between Version 7 and Version 8 of ObservationsView
- Timestamp:
- Jun 28, 2016, 7:54:11 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified ObservationsView
v7 v8 14 14 15 15 [#fig1-1 Figure 1.1] provides an annotated screenshot of the //Observations// 16 view and its various controls. 16 view and its various controls. [#fig2-1 Figure 2.1] shows the raw data spectrum 17 graph in case of an oil pollution. 17 18 18 ==== 1. Observer Selection #fig1-1-ctrl1 19 ==== Figure 1.1 - Observations View without Oil Pollution #fig1-1 20 The annotated circles numbered from 1..11 can be clicked to jump to the details 21 of each presented control. 22 23 {{{ 24 #!html 25 <map name="fig1-1-map"> 26 <area shape="circle" coords="195,78,25" href="#fig1-1-ctrl1" alt="1"> 27 <area shape="circle" coords="195,228,25" href="#fig1-1-ctrl2" alt="2"> 28 <area shape="circle" coords="25,360,25" href="#fig1-1-ctrl3" alt="3"> 29 <area shape="circle" coords="195,360,25" href="#fig1-1-ctrl4" alt="4"> 30 <area shape="circle" coords="460,360,25" href="#fig1-1-ctrl5" alt="5"> 31 <area shape="circle" coords="195,445,25" href="#fig1-1-ctrl6" alt="6"> 32 <area shape="circle" coords="195,588,25" href="#fig1-1-ctrl7" alt="7"> 33 <area shape="circle" coords="811,588,25" href="#fig1-1-ctrl8" alt="8"> 34 <area shape="circle" coords="811,275,25" href="#fig1-1-ctrl9" alt="9"> 35 <area shape="circle" coords="480,650,25" href="#fig1-1-ctrl10" alt="10"> 36 <area shape="circle" coords="693,650,25" href="#fig1-1-ctrl11" alt="11"> 37 </map> 38 }}} 39 40 [[Image(ov-observations-oil-normal.png, nolink, usemap="#fig1-1-map")]] 41 42 ===== 1. Observer Selection #fig1-1-ctrl1 19 43 By default Observations are split per Observer and an Observer is always selected. 20 44 21 ==== 2. Date Selection (Calendar) #fig1-1-ctrl245 ===== 2. Date Selection (Calendar) #fig1-1-ctrl2 22 46 The calendar allows to select a date which will act as a 24 hour range for selected 23 47 Observer's Observations. … … 26 50 the selected Observer has Observations on that date. 27 51 28 ==== 3. Observation Type Selection #fig1-1-ctrl352 ===== 3. Observation Type Selection #fig1-1-ctrl3 29 53 The Observation Type for which data is loaded into the controls below. 30 54 31 ==== 4. Auto-update Spectrum, Live Feed Selection #fig1-1-ctrl455 ===== 4. Auto-update Spectrum, Live Feed Selection #fig1-1-ctrl4 32 56 When //Auto-update spectrum's// checkbox is ticked the spectrum of the last new 33 57 Observation is loaded automatically into the Raw Spectrum Graph. 34 58 35 ==== 5. Save Spectrum to CSV #fig1-1-ctrl559 ===== 5. Save Spectrum to CSV #fig1-1-ctrl5 36 60 Allows to save the raw data spectrum of selected Observation as a CSV file. If 37 61 no Observation is selected the button is not visible. 38 62 39 ==== 6. Raw Spectrum Graph #fig1-1-ctrl663 ===== 6. Raw Spectrum Graph #fig1-1-ctrl6 40 64 The raw data spectrum for the selected Observation Type and Observation. The 41 65 spectrum presented on [#fig1-1 Figure 1.1] for Oil Pollution shows a regular 42 66 spectrum pattern when no oil was found. 43 67 44 ==== 7. Selected Hour Plot #fig1-1-ctrl768 ===== 7. Selected Hour Plot #fig1-1-ctrl7 45 69 The hour plot presents an overview of peaks in the selected hour of the 24 hour 46 70 range corresponding to the date selection in the calendar. 47 71 48 ==== 8. Single Observation Selector #fig1-1-ctrl872 ===== 8. Single Observation Selector #fig1-1-ctrl8 49 73 The marker for a single selected Observation. The single Observer selection will 50 74 also trigger a data update for the raw data spectrum graph and for the map, showing 51 75 the Observation location. 52 76 53 ==== 9. Map, Location Visualization #fig1-1-ctrl977 ===== 9. Map, Location Visualization #fig1-1-ctrl9 54 78 Location visualization and Observation details on the map. 55 79 56 ==== 10. 24h Hour Window #fig1-1-ctrl1080 ===== 10. 24h Hour Window #fig1-1-ctrl10 57 81 The slider window representing the 24 hour range corresponding to a selected date 58 82 in the calendar. 59 83 60 ==== 11. 1h Slide Window #fig1-1-ctrl1184 ===== 11. 1h Slide Window #fig1-1-ctrl11 61 85 The one hour slide window in the 24 hour range allowing to move back and forth 62 86 in the 24 hour range. 63 64 ==== Figure 1.1 - Observations View without Oil Pollution #fig1-165 66 {{{67 #!html68 <map name="fig1-1-map">69 <area shape="circle" coords="195,78,25" href="#fig1-1-ctrl1" alt="1">70 </map>71 }}}72 73 [[Image(ov-observations-oil-normal.png, nolink, usemap="#fig1-1-map")]]74 87 75 88 ==== Figure 2.1 - Observations View with Oil Pollution #fig1-2