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