Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • software_public/passoft/sohstationviewer
1 result
Show changes
Commits on Source (4)
Showing
with 110 additions and 70 deletions
......@@ -23,7 +23,7 @@ before_script:
- apt-get update && apt install -y libgl1-mesa-glx libxkbcommon-x11-0 libegl1 libdbus-1-3
flake8:
image: python:3.8
image: python:3.11
tags:
- passoft
stage: Build Env and Test
......
......@@ -6,7 +6,7 @@ main directory.
* All folders under the main directory will be displayed in the directory list (3).
*
<br />
<img alt="From Memory Card checkbox" src="images/read_data/select_main_data_directory.png" height="250" />
<img alt="From Memory Card checkbox" src="images/read_data/select_main_data_directory.png" height="300" />
<br />
<br />
......@@ -44,7 +44,7 @@ are enabled for user to select one of the folder to read from.
<br />
<br />
<img alt="data/sdata radio buttons" src="images/read_data/data_sdata_radio_buttons.png" height="50" />
<img alt="data/sdata radio buttons" src="images/read_data/data_sdata_radio_buttons.png" height="60" />
<br />
If a Baler folder is selected to read like a normal data folder, a dialog will
......@@ -52,7 +52,7 @@ pop up allow user to select one of data/ or sdata/ folder to read.
<br />
<br />
<img alt="data/sdata selecting dialog" src="images/read_data/data_sdata_selecting_dialog.png" height="150" />
<img alt="data/sdata selecting dialog" src="images/read_data/data_sdata_selecting_dialog.png" height="170" />
<br />
## RT130
......@@ -61,7 +61,7 @@ RT130 DASs will be listed for user to select for reading.
<br />
<br />
<img alt="DAS in CF Card" src="images/read_data/das_in_cf_card.png" height="100" />
<img alt="DAS in CF Card" src="images/read_data/das_in_cf_card.png" height="120" />
<br />
Note: DASs list will be displayed in the File List box no matter the From Data
......@@ -69,12 +69,8 @@ Card checkbox is checked or not.
<br />
# Limit time period to plot
<br />
<img alt="DAS in CF Card" src="images/read_data/from_to_date_editor.png" height="75" />
<br />
<br />
<img alt="DAS in CF Card" src="images/read_data/date_editor_calendar.png" height="600" />
<img alt="DAS in CF Card" src="images/read_data/date_editor_calendar.png" height="440" />
<br />
If only a specific time period in a data set needs to be plotted, the program can
......@@ -86,3 +82,5 @@ of year will be displayed for each day in the calendar.
NOTE: the format the chosen date is shown in can be changed by changing the date
format in the Options menu (see the Options Menu section).
<br />
<br />
<img alt="Whole Section" src="images/select_soh/whole_section.png" width="250" />
<br />
<img alt="Whole Section" src="images/select_soh/whole_section.png" width="270" />
<br />
# Selecting SOH Channels to Plot
......@@ -18,40 +19,40 @@ To read all SOH channels in the selected data set, check the checkbox "All SOH".
NOTE: The reading for this selection won't include channels with sample rate
greater than 1. In order to include them in the plot, please refer to the
sections below.
<br />
<img alt="Select all SOH channels" src="images/select_soh/all_soh_checkbox.png" height="30" />
<br />
<img alt="Select all SOH channels" src="images/select_soh/all_soh_checkbox.png" height="35" />
<br />
If this checkbox is unchecked, a user-defined list of SOH channels will
be used when reading the data set.
<br />
<img alt="Current preferred SOH list" src="images/select_soh/current_soh_list.png" height="30" />
<br />
<img alt="Current preferred SOH list" src="images/select_soh/current_soh_list.png" height="35" />
<br />
## Get a preferred SOH channel list to read
Click button "Pref" to open the "SOH Channel Preferences" dialog. Custom lists
of SOH channels to plot can be created and edited here.
<br />
<img alt="SOH Channel Preferences Dialog" src="images/select_soh/soh_channel_preferences.png" height="500" />
<br />
<img alt="SOH Channel Preferences Dialog" src="images/select_soh/soh_channel_preferences.png" height="670" />
<br />
### SOH channel list
Each row in the table at the center of the SOH Channel Preferences dialog
contains a list of SOH channels.
<br />
<img alt="A Row of SOH List" src="images/select_soh/full_row.png" height="75" />
<br />
<img alt="A Row of SOH List" src="images/select_soh/full_row.png" height="85" />
<br />
Some channel lists are included by default for convenience. They are not
editable, and can't be deleted. They are styled differently to reflect this.
<br />
<img alt="Default Lists of SOH channels" src="images/select_soh/default_channel_list.png" height="100" />
<br />
<img alt="Default Lists of SOH channels" src="images/select_soh/default_channel_list.png" height="130" />
<br />
### Select an SOH channel list
......@@ -79,13 +80,9 @@ added to the Preferred SOH List box of the selected row.
SOH channels in the selected MSeed data set. If no data set or an RT130 data
set is selected, this button will be disabled. More details about this
functionality is given below.
#### Scanning Channels from MSeed Data
<br />
<img alt="Result of scanning for channels from MSeed data" src="images/select_soh/channel_scan_result.png" height="425"/>
<br />
#### Scanning Channels from MSeed Data
When a scan is initiated by clicking on the Scan Channel from MSeed Data button,
the program will read through all the files in the data set to gather
information about the data set. This includes the Data Type, SOH channels,
......@@ -98,24 +95,36 @@ than 1 are displayed in the info box. By default, the channels with sample rate
greater than 1 are not included in the Preferred SOH List box because they are
generally not SOH channel. They can be added manually if there is a need to plot
them.
<br />
<img alt="Channel scan result, multiple stations, first station" src="images/select_soh/scan_finished_multiple_stations_1.png" height="300"/>
<br />
<img alt="Result of scanning for channels from MSeed data" src="images/select_soh/channel_scan_result.png" height="550"/>
<br />
<img alt="Channel scan result, multiple stations, second station" src="images/select_soh/scan_finished_multiple_stations_2.png" height="300"/>
<br />
Below the info that contains the non-SOH channels, the stations (call Data Set
ID), and start and end time of the data are displayed. In some cases, there are
multiple stations in a data set. If this happens, there will be an option to
switch between the stations. The information displayed will be updated to reflect
this change.
In the figure below, the first data set is selected.
<br />
<br />
<img alt="Channel scan result, multiple stations, first station" src="images/select_soh/scan_finished_multiple_stations_1.png" height="350"/>
<br />
<br />
In the figure below, the second data set is selected.
<br />
<br />
<img alt="Channel scan result, multiple stations, second station" src="images/select_soh/scan_finished_multiple_stations_2.png" height="350"/>
<br />
NOTE: The end time of the data is only displayed if the data is multiplexed.
<br />
### Save Preferred SOH List
+ Save button: Save all changes to database
+ "Save - Add to Main" button: Save all changes to database and make the
selected channel list the one to be used when plotting. The name of the list
will be displayed in the main window. The dialog will also be closed.
<br />
<br />
\ No newline at end of file
......@@ -14,5 +14,5 @@ If the selected mass position channel cannot be found, a warning will be
created in Processing Logs.
<br />
<br />
<img alt="Select Mass Position" src="images/select_masspos/warning_req_masspos_not_exist.png" height="60" />
<img alt="Select Mass Position" src="images/select_masspos/warning_req_masspos_not_exist.png" height="70" />
<br />
\ No newline at end of file
<img alt="Whole Section" src="images/select_waveform/whole_section.png" width="250" />
<img alt="Whole Section" src="images/select_waveform/whole_section.png" width="290" />
<br />
# Selecting Waveforms
......@@ -18,7 +18,7 @@ Unchecked the checkbox "All Waveform Channels", unchecked all "DSs"
checkboxes, clear textbox "MSeed Wildcards".
<br />
<br />
<img alt="Select no waveform channels" src="images/select_waveform/check_none_waveform_channels.png" width="250" />
<img alt="Select no waveform channels" src="images/select_waveform/check_none_waveform_channels.png" width="300" />
<br />
## Selecting data streams for Reftek
......@@ -26,7 +26,7 @@ Check some of "DSs" checkboxes with the index corresponding to the data
streams you want to select.
<br />
<br />
<img alt="Select data streams" src="images/select_waveform/select_data_stream.png" width="250" />
<img alt="Select data streams" src="images/select_waveform/select_data_stream.png" width="300" />
<br />
If some "DSs" are checked, but data type isn't Reftek, a warning will be created,
......@@ -37,7 +37,7 @@ User can add different wildcards separated with commas to MSeed Wildcard
textbox. For example: \*, LH*, L*1.
<br />
<img alt="Select MSeed wildcards" src="images/select_waveform/mseed_wildcards.png" width="250" />
<img alt="Select MSeed wildcards" src="images/select_waveform/mseed_wildcards.png" width="300" />
<br />
If some wildcard are added, but data type is Reftek, a warning will be created, "Checked data streams will be ignored
......
......@@ -13,7 +13,7 @@ during the period following the Color range code at the end of this document.
# TPS Dialog
<br />
<img alt="TPS Dialog" src="images/tps/tps_dialog.png" width="700" />
<img alt="TPS Dialog" src="images/tps/tps_dialog.png" width="1000" />
<br />
TPS are plotted in tab(s).
......@@ -24,10 +24,9 @@ TPS are plotted in tab(s).
---------------------------
---------------------------
# TPS Color Range
<br />
<br />
<img alt="Change TPS Color Range" src="images/tps/tps_color_range.png" height="100" />
<img alt="Change TPS Color Range" src="images/tps/tps_color_range.png" height="130" />
<br />
## Selecting Color Range
......
......@@ -16,6 +16,7 @@ all the TPS channels. Ctr/cmd + Click on TPS plot will work the same.
---------------------------
# Zooming
<br />
## Zoom in
Shift + Click on a plot to mark the first zooming point, then Shift + click again to mark
......@@ -32,8 +33,9 @@ be triggered from TPS dialog.
<img alt="Ruler" src="images/ruler_and_zooming/tps_zooming.png" width="600" />
<br />
<br />
<br />
## Zoom out
Shift + Click on the left side of a plot to zoom out one level, which means
undoing one zoom in.
\ No newline at end of file
undoing one zoom in.
<br />
<br />
\ No newline at end of file
......@@ -6,6 +6,7 @@ Once all channels are plotted, user can reorder, hide or show SOH channels or
waveform channel by right-clicking anywhere on a channel and select "Select Channels
to show" from context menu.
<br />
<br />
<img alt="Select Channel to show from Context Menu" src="images/hide_show_reorder_channels/select_context_menu.jpg" width="250" />
<br />
......@@ -15,12 +16,14 @@ As stated in the dialog, user can show channels by checking the checkboxes in fr
the channels and hide channels by unchecking the checkboxes. In the picture, HH2 and VM2
are unchecked and will be hidden when APPLY is clicked.
<br />
<br />
<img alt="Check to show, uncheck to hide channels" src="images/hide_show_reorder_channels/check_to_show_uncheck_to_hide.jpg" height="300" />
<br />
User can also drag and drop to reorder the channels. In the picture, HHZ has been moved to
the top of the list and it will show on top of other channels in the figure when APPLY is clicked.
<br />
<br />
<img alt="Reordered channels" src="images/hide_show_reorder_channels/reorder_channels.jpg" height="300" />
<br />
......@@ -28,6 +31,7 @@ Note that mass position channels are plotted in order already and won't be reord
The following is the result of hide/show, reorder tasks.
<br />
<br />
<img alt="Reordered channels" src="images/hide_show_reorder_channels/hide_show_reorder_result.jpg" width="600" />
<br />
......@@ -4,24 +4,28 @@ data type. In the file info box, 'Unknown' will be set as data type for
the dataset. User can't be able to add any channels of this data set to
database.
<br />
<br />
<img alt="Unknown Data Type in File Info Box" src="images/setting_data_type/unknown_data_type_in_file_info_box.jpg" width="250" />
<br />
To set a data type for this data set, right-click on a channel in the figure to
see the context menu. Click on "Set up Data Type for Data Set"
<br />
<br />
<img alt="Select Setup Data Type Context Menu" src="images/setting_data_type/select_setup_data_type_context_menu.jpg" width="300" />
<br />
The Setup Data Type dialog will pop up allowing user to choose one data type from
existing data type in database or create new data type to apply to this data set.
<br />
<br />
<img alt="Setup Data Type Box" src="images/setting_data_type/setup_data_type_box.jpg" width="250" />
<br />
To select from existing data type in database, check the radio button "Use existing data type".
Then select one data type from the data type combo box under that.
<br />
<br />
<img alt="Select From Existing Data Type" src="images/setting_data_type/select_from_existing_data_type.jpg" width="250" />
<br />
......@@ -29,6 +33,7 @@ If the data type user want to use isn't exist, check the radio button "Create ne
Then type the new data type to the text box under that. The new data type entered will be added into
database when SUBMIT button is clicked.
<br />
<br />
<img alt="Create New Data Type" src="images/setting_data_type/create_new_data_type.jpg" width="250" />
<br />
......@@ -38,26 +43,31 @@ To apply changes, user will click on SUBMIT button.
If new data type has been entered, a confirmation dialog will pop up for user to confirm it.
<br />
<br />
<img alt="Confirm adding New Data Type" src="images/setting_data_type/confirm_adding_new_data_type.jpg" width="350" />
<br />
If user select from existing data type, a confirmation box wil pop up for user to confirm setting the data type.
<br />
<br />
<img alt="Confirm setting Data Type for Data Set" src="images/setting_data_type/confirm_setting_data_type_for_data_set.jpg" width="350" />
<br />
New data type will be updated in file info box.
<br />
<br />
<img alt="New Data Type updated in File Info Box" src="images/setting_data_type/new_data_type_updated_in_file_info_box.jpg" width="300" />
<br />
User can also see the new data type in Database - Add/Edit Data Types table.
<br />
<br />
<img alt="New Data Type Added" src="images/setting_data_type/new_data_type_added.jpg" width="650" />
<br />
Now the action allowing user to add channel shows up in the context menu.
<br />
<br />
<img alt="Add New Channel Context Menu" src="images/setting_data_type/add_new_channel_context_menu.jpg" width="300" />
<br />
......@@ -5,14 +5,15 @@ A new channel can be added directly to database
When plotting, if a channel can't be found in database, its label text will be changed
to orange color and DEFAULT will prefix it to show that the channel will be plotted
with default plot type which is green line.
<br />
<img alt="Add New Channel Context Menu" src="images/add_edit_single_channel/default_channel.jpg" width="300" />
<br />
<img alt="Add New Channel Context Menu" src="images/add_edit_single_channel/default_channel.jpg" width="350" />
<br />
To add the channel to database, right click on the channel to see the context menu
and click "Add NEW Channel xxx" in which xxx is the channel name
<br />
<br />
<img alt="Add New Channel Context Menu" src="images/add_edit_single_channel/add_new_channel_menu.jpg" width="300" />
<br />
......@@ -20,6 +21,7 @@ A dialog will pop up for user to add info for the channel. EDIT PARAMETER and
SAVE CHANNEL button will only be enable if a parameter differ from Default is
selected.
<br />
<br />
<img alt="Add New Channel Dialog" src="images/add_edit_single_channel/add_new_channel_dialog.jpg" width="500" />
<br />
......@@ -31,18 +33,21 @@ refer to Edit Single Parameter section for the instruction.
When done with all the info of the channel, user can click on SAVE CHANNEL to add
the channel to database and replot the channel. If the channel showing nothing,
look at the parameter editor to see how it is plotted to figure out the problem.
<br />
## Edit a single channel
A channel that has database information will have label text in green.
If user want to edit how a channel is displayed, again, right click for context
menu and select
<br />
<br />
<img alt="Add New Channel Dialog" src="images/add_edit_single_channel/edit_channel_menu.jpg" width="300" />
<br />
A dialog will pop up for user to edit info for the channel. Default parameter won't be
allowed to select.
<br />
<br />
<img alt="Add New Channel Dialog" src="images/add_edit_single_channel/edit_channel_dialog.jpg" width="500" />
<br />
......@@ -52,4 +57,6 @@ showing nothing, look at the parameter editor to see how it is plotted to figure
the problem.
To be easy to edit select a parameter for the channel, user should open Database -
Add/Edit Parameter dialog for view of all parameters exist in SOHViewer.
\ No newline at end of file
Add/Edit Parameter dialog for view of all parameters exist in SOHViewer.
<br />
<br />
\ No newline at end of file
......@@ -2,9 +2,13 @@
ValueColor Widget is a widget to edit colors for plotting channels.
It can be found in Database - Parameter table or Edit Parameter dialog.
The following is Parameter table dialog
<br />
<br />
<img alt="Edit/Add/Delete Parameters Dialog" src="images/edit_value_color_edit/edit_add_delete_parameters.jpg" width="670" />
<img alt="Edit/Add/Delete Parameters Dialog" src="images/edit_value_color_edit/edit_add_delete_parameters.jpg" width="750" />
<br />
The following is Edit Parameter dialog
<br />
<br />
<img alt="Edit Single Parameter Dialog" src="images/edit_value_color_edit/edit_parameter_dialog.jpg" width="400" />
......@@ -41,7 +45,7 @@ dialog and display the new string in the ValueColor widget.
<br />
<br />
<img alt="Dialog to edit linesDots plot type's value color string" src="images/edit_value_color_edit/line_dots_value_color.jpg" width="350" />
<img alt="Dialog to edit linesDots plot type's value color string" src="images/edit_value_color_edit/line_dots_value_color.jpg" width="400" />
<br />
Three items are defined for this plot type.
......@@ -65,7 +69,7 @@ with value 0. The top one displays the total of data oints with value less than
<br />
<br />
<img alt="Dialog to edit upDownDots plot type's value color string" src="images/edit_value_color_edit/up_down_value_color.jpg" width="350" />
<img alt="Dialog to edit upDownDots plot type's value color string" src="images/edit_value_color_edit/up_down_value_color.jpg" width="400" />
<br />
Two items are defined for this plot type to plot the channel with two values: 1 and 0
......@@ -82,7 +86,7 @@ center line with the defined color for Down.
<br />
<br />
<img alt="Dialog to edit triColorLines plot type's value color string" src="images/edit_value_color_edit/tri_color_lines_value_color.jpg" width="350" />
<img alt="Dialog to edit triColorLines plot type's value color string" src="images/edit_value_color_edit/tri_color_lines_value_color.jpg" width="400" />
<br />
Three base lines will be plotted to display this plot type.
......@@ -104,7 +108,7 @@ third line with the defined color for '-1'.
<br />
<br />
<img alt="Dialog to edit multiColorDotsEqualOnUpperBound plot type's value color string"
src="images/edit_value_color_edit/multi_color_dots_equal_on_upper_bound_value_color.jpg" width="350"
src="images/edit_value_color_edit/multi_color_dots_equal_on_upper_bound_value_color.jpg" width="550"
/>
<br />
......@@ -130,7 +134,7 @@ color greater than the greatest value. However it is optional to include it or n
<br />
<br />
<img alt="Dialog to edit multiColorDotsEqualOnLowerBound plot type's value color string"
src="images/edit_value_color_edit/multi_color_dots_equal_on_lower_bound_value_color.jpg" width="350"
src="images/edit_value_color_edit/multi_color_dots_equal_on_lower_bound_value_color.jpg" width="550"
/>
<br />
......
......@@ -8,16 +8,20 @@ To save the plot currently displayed a plotting window, click 'Save Plot'.
* Saving State-of-Health plots
<br />
<img alt="Save SOH" src="images/save_plots/save_button_soh.png" height="30" />
<br />
<img alt="Save SOH" src="images/save_plots/save_button_soh.png" height="40" />
<br />
* Saving Raw data plots
<br />
<img alt="Save Waveform" src="images/save_plots/save_button_wf.png" height="60" />
<img alt="Save Waveform" src="images/save_plots/save_button_wf.png" height="70" />
<br />
*
* Saving Time-power-square plots:
To save the plot currently displayed on the current tab of tps dialog, click "Save Current Tab".
<br />
<img alt="Save TPS" src="images/save_plots/save_button_tps.png" height="80" />
<br />
<img alt="Save TPS" src="images/save_plots/save_button_tps.png" height="90" />
<br />
<br />
......@@ -42,7 +46,7 @@ Step 1 will bring the 'Save Plot' dialog up.
<br />
<br />
<img alt="Select Image Format dialog" src="images/save_plots/save_file_dialog.png" height="200" />
<img alt="Select Image Format dialog" src="images/save_plots/save_file_dialog.png" height="300" />
<br />
+ The default path to save the image file is preset in (1) text box. If user
......@@ -56,4 +60,6 @@ file.
image. Other formats are vector formats which don't require resolution.
Then user can click 'CANCEL' to cancel saving plot or click 'SAVE PLOT' to save
the current plots to file.
\ No newline at end of file
the current plots to file.
<br />
<br />
\ No newline at end of file
# Search Messages
<br />
<br />
<img alt="Search Dialog" src="images/search_messages/search_dialog.png" width="600" />
<img alt="Search Dialog" src="images/search_messages/search_dialog.png" width="700" />
<br />
<br />
---------------------------
......@@ -42,7 +42,7 @@ The box to enter search text is placed at the top of the dialog.
its channel
<br />
<br />
<img alt="Search SOH Lines" src="images/search_messages/search_soh_lines.png" width="600" />
<img alt="Search SOH Lines" src="images/search_messages/search_soh_lines.png" width="700" />
<br />
<br />
......@@ -50,14 +50,14 @@ its channel
with its log type and color of each line depends on its log type.
<br />
<br />
<img alt="Processing Log" src="images/search_messages/processing_log.png" width="600" />
<img alt="Processing Log" src="images/search_messages/processing_log.png" width="700" />
<br />
<br />
+ Each of the following tab is for an SOH log channels
<br />
<br />
<img alt="An SOH Log Channel" src="images/search_messages/soh_log_channel.png" width="600" />
<img alt="An SOH Log Channel" src="images/search_messages/soh_log_channel.png" width="700" />
<br />
<br />
**MSeed**: For a channel that are wrapped in MSeed format, the log messages of the channel will be
......
......@@ -16,7 +16,7 @@ src="images/gps_dialog/open_gps_dialog.jpeg" height="100"/>
## User interface
<img alt="Open GPS dialog using the Commands menu"
src="images/gps_dialog/gps_dialog_ui.jpeg" height="400"/>
src="images/gps_dialog/gps_dialog_ui.jpeg" height="500"/>
### Export directory selector
......@@ -89,8 +89,8 @@ The directory the export file is stored in can be changed by clicking on the
<br />
<br />
<img alt="Change export directory" src="images/gps_dialog/click_on_export_directory_button.jpeg" height="400"/>
<img alt="Change export directory" src="images/gps_dialog/click_on_export_directory_button.jpeg" height="500"/>
<br />
<br />
<img alt="Change export directory" src="images/gps_dialog/after_click_on_export_directory_button.jpeg" height="400"/>
<img alt="Change export directory" src="images/gps_dialog/after_click_on_export_directory_button.jpeg" height="600"/>
<br />
......@@ -6,5 +6,5 @@ After confirm their will, database will be reset back to its default state.
<br />
<br />
<img alt="Reset Database Menu" src="images/reset_database/reset_database_menu.jpg" width="300" />
<img alt="Reset Database Menu" src="images/reset_database/reset_database_menu.jpg" width="400" />
<br />
\ No newline at end of file
......@@ -13,7 +13,7 @@ To view/edit database a table, select the table in database menu.
List all types of plotting and description. This table is readonly.
<br />
<br />
<img alt="Plot Types Table" src="images/database_tables/plot_types.jpg" width="650" />
<img alt="Plot Types Table" src="images/database_tables/plot_types.jpg" width="750" />
<br />
+ Fields' meaning:
......@@ -30,7 +30,7 @@ List all data types available in which Default is the datatype for DEFAULT
channel to draw any channels that aren't defined in database.
<br />
<br />
<img alt="Data Types Table" src="images/database_tables/data_types.jpg" width="650" />
<img alt="Data Types Table" src="images/database_tables/data_types.jpg" width="750" />
<br />
<br />
......@@ -40,7 +40,7 @@ channel to draw any channels that aren't defined in database.
List all parameters available.
<br />
<br />
<img alt="Parameters Table" src="images/database_tables/parameters.jpg" width="650" />
<img alt="Parameters Table" src="images/database_tables/parameters.jpg" width="750" />
<br />
+ Fields' meaning:
......@@ -64,7 +64,7 @@ selected color on the background.
<br />
<br />
<img alt="Parameters Table" src="images/database_tables/parameters_change_color_mode.jpeg" width="650" />
<img alt="Parameters Table" src="images/database_tables/parameters_change_color_mode.jpeg" width="750" />
<br />
......@@ -74,7 +74,7 @@ selected color on the background.
List all channels available for the selected Data Type on the left-top corner.
<br />
<br />
<img alt="A Row of SOH List" src="images/database_tables/channels.jpg" width="650" />
<img alt="A Row of SOH List" src="images/database_tables/channels.jpg" width="750" />
<br />
+ Fields' meaning:
......@@ -88,7 +88,7 @@ List all channels available for the selected Data Type on the left-top corner.
+ Channels that aren't defined in database will be draw with DEFAULT channel defined in Data Type Default.
<br />
<br />
<img alt="DEFAULT channel" src="images/database_tables/default_channel.png" width="650" />
<img alt="DEFAULT channel" src="images/database_tables/default_channel.png" width="750" />
<br />
......@@ -107,7 +107,7 @@ Undo Reset button which allows user to change the row back to its current saved
the database. Changes made by this button is only saved to DB if SAVE CHANGES is clicked.
<br />
<br />
<img alt="Reset to org. DB buttons" src="images/database_tables/reset-undoreset.jpg" width="650" />
<img alt="Reset to org. DB buttons" src="images/database_tables/reset-undoreset.jpg" width="750" />
<br />
+ DELETE: To delete a row from database and remove it from GUI. The button will only be enabled
if the row have no constrain with other tables. Once Delete is performed, the button will turn
......@@ -115,5 +115,6 @@ to Undo button which allows user to add the row back to the GUI. Changes made b
saved to DB if SAVE CHANGES is clicked.
<br />
<br />
<img alt="DEFAULT channel" src="images/database_tables/undo-delete.jpg" width="650" />
<img alt="DEFAULT channel" src="images/database_tables/undo-delete.jpg" width="750" />
<br />
<br />
\ No newline at end of file
sohstationviewer/documentation/images/edit_value_color_edit/edit_add_delete_parameters.jpg

81.1 KiB | W: 0px | H: 0px

sohstationviewer/documentation/images/edit_value_color_edit/edit_add_delete_parameters.jpg

82.6 KiB | W: 0px | H: 0px

sohstationviewer/documentation/images/edit_value_color_edit/edit_add_delete_parameters.jpg
sohstationviewer/documentation/images/edit_value_color_edit/edit_add_delete_parameters.jpg
sohstationviewer/documentation/images/edit_value_color_edit/edit_add_delete_parameters.jpg
sohstationviewer/documentation/images/edit_value_color_edit/edit_add_delete_parameters.jpg
  • 2-up
  • Swipe
  • Onion skin
sohstationviewer/documentation/images/select_soh/channel_scan_result.png

426 KiB | W: 0px | H: 0px

sohstationviewer/documentation/images/select_soh/channel_scan_result.png

429 KiB | W: 0px | H: 0px

sohstationviewer/documentation/images/select_soh/channel_scan_result.png
sohstationviewer/documentation/images/select_soh/channel_scan_result.png
sohstationviewer/documentation/images/select_soh/channel_scan_result.png
sohstationviewer/documentation/images/select_soh/channel_scan_result.png
  • 2-up
  • Swipe
  • Onion skin
sohstationviewer/documentation/images/select_soh/scan_finished_multiple_stations_1.png

177 KiB | W: 0px | H: 0px

sohstationviewer/documentation/images/select_soh/scan_finished_multiple_stations_1.png

183 KiB | W: 0px | H: 0px

sohstationviewer/documentation/images/select_soh/scan_finished_multiple_stations_1.png
sohstationviewer/documentation/images/select_soh/scan_finished_multiple_stations_1.png
sohstationviewer/documentation/images/select_soh/scan_finished_multiple_stations_1.png
sohstationviewer/documentation/images/select_soh/scan_finished_multiple_stations_1.png
  • 2-up
  • Swipe
  • Onion skin
sohstationviewer/documentation/images/select_soh/scan_finished_multiple_stations_2.png

201 KiB | W: 0px | H: 0px

sohstationviewer/documentation/images/select_soh/scan_finished_multiple_stations_2.png

206 KiB | W: 0px | H: 0px

sohstationviewer/documentation/images/select_soh/scan_finished_multiple_stations_2.png
sohstationviewer/documentation/images/select_soh/scan_finished_multiple_stations_2.png
sohstationviewer/documentation/images/select_soh/scan_finished_multiple_stations_2.png
sohstationviewer/documentation/images/select_soh/scan_finished_multiple_stations_2.png
  • 2-up
  • Swipe
  • Onion skin