Skip to content
Snippets Groups Projects
Commit 591a2788 authored by Kien Le's avatar Kien Le
Browse files

Merge branch 'documentation-update_some_documents' into 'develop'

Update help documents

See merge request !310
parents 8d3764b3 7905ab8c
No related branches found
No related tags found
1 merge request!310Update help documents
Pipeline #3957 passed with stage
in 11 minutes and 32 seconds
......@@ -52,7 +52,11 @@ The home button can be used to return to this page at any time.
+ [GPS Dialog](30%20_%20GPS%20Dialog.help.md)
+ [View-Edit Database Tables](31%20_%20View-Edit%20Database%20Tables.help.md)
+ [Reset Database](31%20_%20Reset%20Database.help.md)
+ [Options Menu](32%20_%20Options%20Menu.help.md)
+ [View-Edit Database Tables](33%20_%20View-Edit%20Database%20Tables.help.md)
+ [Firmware Notice](40%20_%20Firmware%20Notice.help.md)
......@@ -67,4 +67,22 @@ RT130 DASs will be listed for user to select for reading.
Note: DASs list will be displayed in the File List box no matter the From Data
Card checkbox is checked or not.
<br />
<br />
\ No newline at end of file
# 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" />
<br />
If only a specific time period in a data set needs to be plotted, the program can
limit plotting to only that time period. This is done by using the From and To Date
editors, located near the top right corner of the main window. In order to select
a date, click on the dropdown button. A calendar will be displayed, and the date
can be chosen. If the day of year is desired, check the Show DOY box and the day
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).
Pegasus firmware was updated to record VEI in millivolts.
Previous versions of the firmware recorded VEI in microvolts.
# Firmware notices
We decided to apply VEI's conversion factor in newer version of Pegasus.
If user observe values higher than expected values for Pegasus, the data is of the older version.
\ No newline at end of file
---------------------------
---------------------------
## Old Pegasus firmwares
Some old Pegasus firmwares record a number of SOH channels in different units.
These channels included:
+ VEI: microvolts in old firmware, millivolts in new firmware
+ VDT: microdegrees C in old firmware, centidegrees C in new firmware
+ VM1-6: microvolts in old firmware, millivolts in new firmware
Currently, SOHViewer only supports new versions of the Pegasus firmware. If the
plotted values of the channels listed above are higher than expected, the data
is recorded using old firmwares. This problem can be fixed by editing the
affected channels' conversion factor to reflect the old units (refer to the
View-Edit Database Tables section).
sohstationviewer/documentation/images/read_data/date_editor_calendar.png

72.3 KiB

sohstationviewer/documentation/images/read_data/from_to_date_editor.png

13.6 KiB

......@@ -440,7 +440,6 @@ class UiDBInfoDialog(OneWindowAtATimeDialog):
)
self.data_table_widget.verticalHeader().hide()
self.data_table_widget.setColumnCount(self.total_col)
print(self.total_col, len(self.column_headers))
# Make the two last columns have an empty header.
self.column_headers.extend(['', ''])
self.data_table_widget.setHorizontalHeaderLabels(self.column_headers)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment